module Lasershark::ContextMethods
Public Instance Methods
context_class()
click to toggle source
# File lib/lasershark/context_methods.rb, line 7 def context_class @context_class end
context_with(klass)
click to toggle source
# File lib/lasershark/context_methods.rb, line 3 def context_with(klass) @context_class = klass end