Module: Kernel

Defined in:
lib/stencil/spec/view_matcher.rb

Instance Method Summary collapse

Instance Method Details

#at_path(*args) ⇒ Object



2
3
4
# File 'lib/stencil/spec/view_matcher.rb', line 2

def at_path(*args)
  Stencil::ViewMatcher::AtPath::Expectation.new(args, self)
end