Top Level Namespace

Defined Under Namespace

Modules: Kernel, Templater Classes: String

Instance Method Summary collapse

Instance Method Details

#scope(scope, &block) ⇒ Object

:nodoc:



84
85
86
# File 'lib/templater/discovery.rb', line 84

def scope(scope, &block) #:nodoc:
  Templater::Discovery.scope(scope, &block)
end