Class: UnboundMethod
- Defined in:
- lib/nrser/core_ext/unbound_method/full_name.rb
Instance Method Summary collapse
-
#full_name ⇒ Object
(also: #to_summary)
Instance Methods ========================================================================.
Instance Method Details
#full_name ⇒ Object Also known as: to_summary
Instance Methods
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 |