Class: Lego::Value::Boolean
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Lego::Value::Base
Instance Method Details
#parsers ⇒ Object
4 5 6 7 8 |
# File 'lib/lego/value/boolean.rb', line 4 def parsers [ ->(v) { parse_boolean(v) } ] end |