Module: Paramore::BigDecimal

Defined in:
lib/paramore/types.rb

Class Method Summary collapse

Class Method Details

.[](input) ⇒ Object



4
5
6
# File 'lib/paramore/types.rb', line 4

def [](input)
  BigDecimal(input)
end