Class: Env
- Inherits:
-
Object
- Object
- Env
- Defined in:
- lib/seabass/env.rb
Defined Under Namespace
Classes: Tools
Instance Attribute Summary collapse
-
#tools ⇒ Object
readonly
Returns the value of attribute tools.
Instance Method Summary collapse
-
#initialize(tools = Tools.new) ⇒ Env
constructor
A new instance of Env.
Constructor Details
Instance Attribute Details
#tools ⇒ Object (readonly)
Returns the value of attribute tools.
2 3 4 |
# File 'lib/seabass/env.rb', line 2 def tools @tools end |