Class: Bocuse::ProjectContext
- Inherits:
-
Object
- Object
- Bocuse::ProjectContext
- Defined in:
- lib/bocuse/project_context.rb
Overview
Project wide evaluation context.
Instance Method Summary collapse
- #bocuse ⇒ Object
-
#initialize ⇒ ProjectContext
constructor
A new instance of ProjectContext.
Constructor Details
#initialize ⇒ ProjectContext
Returns a new instance of ProjectContext.
13 14 |
# File 'lib/bocuse/project_context.rb', line 13 def initialize end |
Instance Method Details
#bocuse ⇒ Object
16 17 18 |
# File 'lib/bocuse/project_context.rb', line 16 def bocuse ContextHash.new end |