class ParsableHash::Converters::Boolean

Private Instance Methods

try_convert() click to toggle source
# File lib/parsable_hash/converters/boolean.rb, line 6
def try_convert
  @value.to_s == "true"
end