Module: Nanoc::Spec::HelperHelper
- Defined in:
- lib/nanoc/spec.rb
Instance Method Summary collapse
Instance Method Details
#ctx ⇒ Object
247 248 249 |
# File 'lib/nanoc/spec.rb', line 247 def ctx @_ctx ||= HelperContext.new(described_class) end |
#helper ⇒ Object
251 252 253 |
# File 'lib/nanoc/spec.rb', line 251 def helper @_helper ||= ctx.helper end |