Module: Packr::StringExtension

Extended by:
Forwardable
Defined in:
lib/packr.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



35
36
37
# File 'lib/packr.rb', line 35

def code
  @code
end

#source_mapObject

Returns the value of attribute source_map.



35
36
37
# File 'lib/packr.rb', line 35

def source_map
  @source_map
end