Method: Ruber::Project#scope

Defined in:
lib/ruber/project.rb

#scopeObject

Reimplementation of AbstractProject#scope which returns :global



423
424
425
# File 'lib/ruber/project.rb', line 423

def scope
  :global
end