Module: JsonStatham::Helper::HelperMethod
- Defined in:
- lib/json_statham/helper.rb
Instance Method Summary collapse
Instance Method Details
#stathamnize(name, &block) ⇒ Object
15 16 17 18 19 |
# File 'lib/json_statham/helper.rb', line 15 def stathamnize(name, &block) ensure_valid_config JsonStatham::Parser.call(name, &block) end |