Class: Scopedog::Directives::ScopingDirective

Inherits:
Base
  • Object
show all
Defined in:
lib/scopedog/directives/scoping_directive.rb

Instance Method Summary collapse

Methods inherited from Base

abstract_class?, #call, directive_name, inherited

Instance Method Details

#after_parseObject



4
5
6
7
# File 'lib/scopedog/directives/scoping_directive.rb', line 4

def after_parse
  parser.state.scope = :class
  add_method!
end