Method: D.bg

Defined in:
lib/quick-debug.rb

.bg(command = nil, &block) ⇒ Object



32
33
34
35
# File 'lib/quick-debug.rb', line 32

def self.bg(command = nil, &block)
  return if !@@active[:bg] && command != :force
  puts eval_inspect(caller.first, &block)
end