Class: Jake::Helper

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Helper

Returns a new instance of Helper.



31
32
33
# File 'lib/jake.rb', line 31

def initialize(options = {})
  @options = options
end

Instance Attribute Details

#buildObject

Returns the value of attribute build.



28
29
30
# File 'lib/jake.rb', line 28

def build
  @build
end

#optionsObject (readonly)

Returns the value of attribute options.



29
30
31
# File 'lib/jake.rb', line 29

def options
  @options
end

Instance Method Details

#scopeObject



35
# File 'lib/jake.rb', line 35

def scope; binding; end