Method: HyperTrace.log

Defined in:
lib/hyper_trace/hyper_trace.rb

.log(s) ⇒ Object



230
231
232
# File 'lib/hyper_trace/hyper_trace.rb', line 230

def log(s)
  `console.log(#{s})`
end