Module: DbgRb

Defined in:
lib/dbg-rb.rb,
lib/dbg_rb/version.rb

Defined Under Namespace

Classes: Impl

Constant Summary collapse

VERSION =
"0.2.3"

Class Method Summary collapse

Class Method Details

.color_code=(val) ⇒ Object



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

def self.color_code=(val)
  Impl.color_code = val
end

.dbg!(*msgs) ⇒ Object



14
15
16
# File 'lib/dbg-rb.rb', line 14

def self.dbg!(*msgs)
  Impl.new.dbg!(*msgs)
end

.highlight!(wrapper = "!!!!!!!!!!!!!!!!!!!!!!!!!!!!") ⇒ Object



10
11
12
# File 'lib/dbg-rb.rb', line 10

def self.highlight!(wrapper = "!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
  Impl.highlight!(wrapper)
end