Method: Contextify::ContextifiedClassMethods#load_context_block

Defined in:
lib/contextify/contextified_class_methods.rb

#load_context_block(path) ⇒ Proc

Loads a block defined under the context.



15
16
17
# File 'lib/contextify/contextified_class_methods.rb', line 15

def load_context_block(path)
  Contextify.load_block(@context_name,path)
end