module RbLunrjs::Index::STDOUT
Public Class Methods
debug(*a)
click to toggle source
# File lib/rb_lunrjs.rb, line 24 def STDOUT.debug(*a) puts sprintf(*a.map(&:to_s)) end
# File lib/rb_lunrjs.rb, line 24 def STDOUT.debug(*a) puts sprintf(*a.map(&:to_s)) end