Class: Notify

Inherits:
Object
  • Object
show all
Defined in:
lib/experiment/notify.rb

Class Method Summary collapse

Class Method Details

.method_missing(meth, *args, &blk) ⇒ Object



2
3
4
5
# File 'lib/experiment/notify.rb', line 2

def self.method_missing(meth, *args, &blk)
  $stdout.sync = true
  $stdout.send meth, *args, &blk
end