Class: Numeric

Inherits:
Object show all
Defined in:
lib/cards/extensions.rb

Instance Method Summary collapse

Instance Method Details

#inchesObject

as points



45
46
47
# File 'lib/cards/extensions.rb', line 45

def inches # as points
  self * 72.0
end