Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/dumbstats/value.rb

Overview

Support for Value#to_numeric.

Instance Method Summary collapse

Instance Method Details

#to_numericObject



14
15
16
# File 'lib/dumbstats/value.rb', line 14

def to_numeric
  self
end