Class: RakeVersion::Context
- Inherits:
-
Object
- Object
- RakeVersion::Context
- Defined in:
- lib/rake-version/context.rb
Instance Attribute Summary collapse
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Method Summary collapse
-
#initialize(root) ⇒ Context
constructor
A new instance of Context.
Constructor Details
Instance Attribute Details
#root ⇒ Object (readonly)
Returns the value of attribute root.
5 6 7 |
# File 'lib/rake-version/context.rb', line 5 def root @root end |