Top Level Namespace

Defined Under Namespace

Modules: Lookout Classes: Array, Exception, FalseClass, Hash, Module, Object, Range, Regexp, String, Symbol, TrueClass

Instance Method Summary collapse

Instance Method Details

#Expectations(&block) ⇒ Object



135
136
137
138
# File 'lib/lookout-3.0.rb', line 135

def Expectations(&block)
  Lookout::Expectations.evaluate Lookout.location(caller.first).first, &block
  self
end