class Lemon::TestClass::DSL

Evaluation scope for {TestClass}.

Public Instance Methods

context_class() click to toggle source

The class for which this is a DSL context.

# File lib/lemon/test_class.rb, line 33
def context_class
  TestClass
end