Module: Tnql::Nodes::BatchTypeNode
- Defined in:
- lib/tnql/nodes/batch_types.rb
Instance Method Summary collapse
Instance Method Details
#to_type ⇒ Object
4 5 6 7 |
# File 'lib/tnql/nodes/batch_types.rb', line 4 def to_type string = respond_to?(:normalise) ? normalise : text_value string.upcase end |