Class: Numeric
Instance Method Summary collapse
-
#inches ⇒ Object
as points.
Instance Method Details
#inches ⇒ Object
as points
35 36 37 |
# File 'lib/cards/extensions.rb', line 35 def inches # as points self * 72.0 end |