Method: Library::Feature#localname

Defined in:
lib/library/feature.rb

#localnameString

The path of the feature relative to the loadpath.

Returns:

  • (String)

    file path less location and loadpath



94
95
96
# File 'lib/library/feature.rb', line 94

def localname
  @localname ||= ::File.join(filename + (extension || ''))
end