Method: YARD::CodeObjects::Proxy#inspect
- Defined in:
- lib/yard/code_objects/proxy.rb
#inspect ⇒ String
Returns a text representation of the Proxy
91 92 93 |
# File 'lib/yard/code_objects/proxy.rb', line 91 def inspect to_obj ? to_obj.inspect : "P(#{path})" end |