method
text
v1_9_2_180 -
Show latest stable
- Class:
PrettyPrint::SingleLine
text(obj, width=nil)public
No documentation available.
# File lib/prettyprint.rb, line 348
def text(obj, width=nil)
@output << obj
end text(obj, width=nil)No documentation available.
# File lib/prettyprint.rb, line 348
def text(obj, width=nil)
@output << obj
end