Method: ParameterSubstitution::MethodCallExpression#call_method
- Defined in:
- lib/parameter_substitution/method_call_expression.rb
#call_method(value) ⇒ Object
23 24 25 |
# File 'lib/parameter_substitution/method_call_expression.rb', line 23 def call_method(value) column_formatter.format(value) end |