Class: TMBundle::Bundle
- Inherits:
-
Struct
- Object
- Struct
- TMBundle::Bundle
- Defined in:
- lib/tmbundle.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
181 182 183 |
# File 'lib/tmbundle.rb', line 181 def name @name ||= File.basename(path, '.tmbundle') end |