Class: Jake::Helper
- Inherits:
-
Object
- Object
- Jake::Helper
- Defined in:
- lib/jake/helper.rb
Instance Attribute Summary collapse
-
#build ⇒ Object
Returns the value of attribute build.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Helper
constructor
A new instance of Helper.
- #scope ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Helper
Returns a new instance of Helper.
6 7 8 |
# File 'lib/jake/helper.rb', line 6 def initialize( = {}) @options = end |
Instance Attribute Details
#build ⇒ Object
Returns the value of attribute build.
3 4 5 |
# File 'lib/jake/helper.rb', line 3 def build @build end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/jake/helper.rb', line 4 def @options end |
Instance Method Details
#scope ⇒ Object
10 |
# File 'lib/jake/helper.rb', line 10 def scope; binding; end |