Class: Ppl::Format::Name

Inherits:
Object
  • Object
show all
Defined in:
lib/ppl/format/name.rb

Direct Known Subclasses

FullOnly

Defined Under Namespace

Classes: FullOnly

Instance Method Summary collapse

Instance Method Details

#process(name) ⇒ Object

Raises:

  • (NotImplementedError)


2
3
4
# File 'lib/ppl/format/name.rb', line 2

def process(name)
  raise NotImplementedError
end