Class: TMBundle::Bundle

Inherits:
Struct
  • Object
show all
Defined in:
lib/tmbundle.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



181
182
183
# File 'lib/tmbundle.rb', line 181

def name
  @name ||= File.basename(path, '.tmbundle')
end