Method: FormatEngine::FormatLiteral#validate
- Defined in:
- lib/format_engine/format_spec/literal.rb
#validate(_engine) ⇒ Object
Is this format item supported by the engine’s library?
22 23 24 |
# File 'lib/format_engine/format_spec/literal.rb', line 22 def validate(_engine) true end |