Module: DbgRb

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

Defined Under Namespace

Classes: Impl

Constant Summary collapse

VERSION =
"0.2.5"

Class Method Summary collapse

Class Method Details

.color_code=(val) ⇒ Object



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

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

.dbg!(*msgs) ⇒ Object



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

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

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



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

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