Class: Binding

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

Instance Method Summary collapse

Instance Method Details

#log(comment, *expressions) ⇒ Object



6
7
8
# File 'lib/debug_log.rb', line 6

def log(comment, *expressions)
  DebugLog.log(self, comment, *expressions)
end