Class: UnboundMethod

Inherits:
Object show all
Defined in:
lib/nrser/core_ext/unbound_method/full_name.rb

Instance Method Summary collapse

Instance Method Details

#full_nameObject Also known as: to_summary

Instance Methods

Raises:

  • (NotImplementedError)


9
10
11
12
# File 'lib/nrser/core_ext/unbound_method/full_name.rb', line 9

def full_name
  # Need to string parse {#to_s}?!
  raise NotImplementedError, "Haven't done this one yet"
end