Class: YARDJS::Tags::IgnoreDirective

Inherits:
Directive
  • Object
show all
Defined in:
lib/yard-js/tags.rb

Instance Method Summary collapse

Instance Method Details

#callObject



32
33
34
# File 'lib/yard-js/tags.rb', line 32

def call
  handler.extra_state.ignore_next_statement = true
end