Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/booler.rb
Instance Method Summary collapse
Instance Method Details
#to_b ⇒ Object
2 3 4 |
# File 'lib/booler.rb', line 2 def to_b self.match?(/true/i) end |