Class: Assette::Config::Builder
- Inherits:
-
Object
- Object
- Assette::Config::Builder
- Defined in:
- lib/assette/config.rb
Instance Attribute Summary collapse
-
#__hsh__ ⇒ Object
readonly
Returns the value of attribute __hsh__.
Instance Method Summary collapse
- #__run__ ⇒ Object
-
#initialize(file) ⇒ Builder
constructor
A new instance of Builder.
- #to_hash ⇒ Object
Constructor Details
Instance Attribute Details
#__hsh__ ⇒ Object (readonly)
Returns the value of attribute __hsh__.
158 159 160 |
# File 'lib/assette/config.rb', line 158 def __hsh__ @__hsh__ end |
Instance Method Details
#__run__ ⇒ Object
165 166 167 |
# File 'lib/assette/config.rb', line 165 def __run__ instance_eval @__str end |
#to_hash ⇒ Object
203 204 205 |
# File 'lib/assette/config.rb', line 203 def to_hash @__hsh__ end |