Module: Packr::StringExtension
- Extended by:
- Forwardable
- Defined in:
- lib/packr.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#source_map ⇒ Object
Returns the value of attribute source_map.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
35 36 37 |
# File 'lib/packr.rb', line 35 def code @code end |
#source_map ⇒ Object
Returns the value of attribute source_map.
35 36 37 |
# File 'lib/packr.rb', line 35 def source_map @source_map end |