Class: PrintStream

Inherits:
Object
  • Object
show all
Defined in:
lib/core-ext/jopen.rb

Instance Method Summary collapse

Instance Method Details

#<<(obj) ⇒ Object



38
39
40
41
# File 'lib/core-ext/jopen.rb', line 38

def <<(obj)
	self.print(obj)
	self
end