class Humidifier::Props::TimestampProp

Public Instance Methods

pretty_print(q) click to toggle source
# File lib/humidifier/props.rb, line 99
def pretty_print(q)
  q.text("(#{name}=timestamp)")
end