Class: Bocuse::ProjectContext

Inherits:
Object
  • Object
show all
Defined in:
lib/bocuse/project_context.rb

Overview

Project wide evaluation context.

Instance Method Summary collapse

Constructor Details

#initializeProjectContext

Returns a new instance of ProjectContext.



13
14
# File 'lib/bocuse/project_context.rb', line 13

def initialize
end

Instance Method Details

#bocuseObject



16
17
18
# File 'lib/bocuse/project_context.rb', line 16

def bocuse
  ContextHash.new
end