module Astrapi::Dbg

Public Instance Methods

dbg(level,str) click to toggle source
# File lib/dbg.rb, line 3
def dbg level,str
        puts str if $options[:verbosity]>=level
end