Method: Handshake::Clause#inspect
- Defined in:
- lib/handshake/clause_methods.rb
#inspect ⇒ Object
Returns the message defined for this Clause, or “undocumented clause” if none is defined.
21 |
# File 'lib/handshake/clause_methods.rb', line 21 def inspect; @mesg || "undocumented clause"; end |