Class: Blacksmith::Glyph
- Inherits:
-
Object
- Object
- Blacksmith::Glyph
- Includes:
- SmartProperties
- Defined in:
- lib/blacksmith/glyph.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
27 28 29 |
# File 'lib/blacksmith/glyph.rb', line 27 def name super || File.basename(source, File.extname(source)) end |