Method: PDK::Context::AbstractContext#to_s
- Defined in:
- lib/pdk/context.rb
#to_s ⇒ Object
:nocov: There’s nothing to test here
93 94 95 |
# File 'lib/pdk/context.rb', line 93 def to_s "#<#{self.class}:#{object_id}>#{context_path}" end |