Class: Blacksmith::Glyph

Inherits:
Object
  • Object
show all
Includes:
SmartProperties
Defined in:
lib/blacksmith/glyph.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



27
28
29
# File 'lib/blacksmith/glyph.rb', line 27

def name
  super || File.basename(source, File.extname(source))
end