Libraries
»
predicated
(0.2.6)
»
Index (P)
»
Predicated
»
PrintSupport
Module: Predicated::PrintSupport
Included in:
Binary
,
Unary
Defined in:
lib/predicated/print.rb
Instance Method Summary
collapse
#
inspect
(indent = "") ⇒ Object
Instance Method Details
#
inspect
(indent = "") ⇒
Object
3 4 5
# File 'lib/predicated/print.rb', line 3
def
inspect
(
indent
=
"
"
)
indent
+
to_s
end