Method: Library::Feature#localname
- Defined in:
- lib/library/feature.rb
#localname ⇒ String
The path of the feature relative to the loadpath.
94 95 96 |
# File 'lib/library/feature.rb', line 94 def localname @localname ||= ::File.join(filename + (extension || '')) end |