class Humidifier::Props::IntegerProp

Public Instance Methods

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