Method: UCD::Formatter::Base.name

Defined in:
lib/ucd/formatter/base.rb

.nameObject



19
20
21
# File 'lib/ucd/formatter/base.rb', line 19

def name
  to_s.split("::").last.downcase.to_sym
end