Method: YARD::Handlers::Processor#scope

Defined in:
lib/yard/handlers/processor.rb

#scopeSymbol

Returns the current scope (class, instance).

Returns:

  • (Symbol)

    the current scope (class, instance)


49
50
51
# File 'lib/yard/handlers/processor.rb', line 49

def scope
  @scope
end