Module: Lasershark::ContextMethods

Defined in:
lib/lasershark/context_methods.rb

Instance Method Summary collapse

Instance Method Details

#context_classObject



7
8
9
# File 'lib/lasershark/context_methods.rb', line 7

def context_class
  @context_class
end

#context_with(klass) ⇒ Object



3
4
5
# File 'lib/lasershark/context_methods.rb', line 3

def context_with(klass)
  @context_class = klass
end