Module: InferModel::Callable
- Included in:
- CommonTypeGuesser, From::CSV, Parsers::Boolean, Parsers::DateTime, Parsers::Decimal, Parsers::Integer, Parsers::JSON, Parsers::Time, Parsers::UUID, To::Migration, To::Text, ValueTypeGuesser
- Defined in:
- lib/infer_model/callable.rb
Instance Method Summary collapse
- #call ⇒ Object (also: #call!)
Instance Method Details
#call ⇒ Object Also known as: call!
4 |
# File 'lib/infer_model/callable.rb', line 4 def call(...) = new(...).call |