Method: JsDuck::Tag::Method#process_code
- Defined in:
- lib/jsduck/tag/method.rb
#process_code(code) ⇒ Object
35 36 37 38 39 40 41 42 |
# File 'lib/jsduck/tag/method.rb', line 35 def process_code(code) h = super(code) h[:params] = code[:params] h[:chainable] = code[:chainable] h[:fires] = code[:fires] h[:method_calls] = code[:method_calls] h end |