Module: Nanoc::Spec::HelperHelper
- Defined in:
- lib/nanoc/spec.rb
Instance Method Summary collapse
Instance Method Details
#ctx ⇒ Object
237 238 239 |
# File 'lib/nanoc/spec.rb', line 237 def ctx @_ctx ||= HelperContext.new(described_class) end |
#helper ⇒ Object
241 242 243 |
# File 'lib/nanoc/spec.rb', line 241 def helper @_helper ||= ctx.helper end |