module Dry::Logic::Predicates::Methods

def decimal?(input)

def decimal?(input)
  input.is_a?(BigDecimal)
end