Class: Rb::Boot

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/rb/boot.rb

Class Method Summary collapse

Class Method Details

.__trace(v, i) ⇒ Object

protected - in ruby this doesn’t play well with static/inline methods



9
10
11
12
13
14
15
# File 'lib/lib/rb/boot.rb', line 9

def Boot.__trace(v,i)
  if i != nil 
    puts "#{v} #{i.inspect}"
  else 
    puts v
  end
end