Module: Predicated::PrintSupport

Included in:
Binary, Unary
Defined in:
lib/predicated/print.rb

Instance Method Summary collapse

Instance Method Details

#inspect(indent = "") ⇒ Object



3
4
5
# File 'lib/predicated/print.rb', line 3

def inspect(indent="")
  indent + to_s
end