Class: RI::TextFormatter
- Inherits:
-
Object
- Object
- RI::TextFormatter
- Defined in:
- lib/fastri/ri_service.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#print(*a) ⇒ Object
52 |
# File 'lib/fastri/ri_service.rb', line 52 def print(*a); @stringio.print(*a) end |
#puts(*a) ⇒ Object
51 |
# File 'lib/fastri/ri_service.rb', line 51 def puts(*a); @stringio.puts(*a) end |