Method: Fairy::Controller#stdout_write

Defined in:
lib/fairy/controller.rb

#stdout_write(str) ⇒ Object

stdout



750
751
752
753
754
# File 'lib/fairy/controller.rb', line 750

def stdout_write(str)
  $stdout.replace_stdout do
	$stdout.write(str)
  end
end