class UnboundMethod

Public Instance Methods

full_name() click to toggle source

Instance Methods

# 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
Also aliased as: to_summary
to_summary()
Alias for: full_name