module Paramore::BigDecimal

Public Instance Methods

[](input) click to toggle source
# File lib/paramore/types.rb, line 4
def [](input)
  BigDecimal(input)
end