Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/odds/ext/to_odds.rb
Instance Method Summary collapse
Instance Method Details
#to_odds ⇒ Object
2 3 4 |
# File 'lib/odds/ext/to_odds.rb', line 2 def to_odds Odds.from_string(self) end |