Module: Plumb::Implementation::Inspect
- Defined in:
- lib/plumb/implementation.rb
Overview
INCLUDE path only: an instance would otherwise inspect as Ruby's
#<UserFinder:0x…> (or, through Naming, as an empty string until frozen).
An extended CLASS already inspects as itself, and overriding Module#inspect
would change how it prints everywhere.
Not routed through Naming#name either: a user class may well define its own #name, and its inspect should not depend on that.
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
240 |
# File 'lib/plumb/implementation.rb', line 240 def inspect = _inspect |