class String

Public Instance Methods

to_b() click to toggle source
# File lib/todo_list/core_ext/string.rb, line 3
def to_b
  self == "true"
end