class Object

Public Instance Methods

pd(s) click to toggle source
# File lib/taft.rb, line 5
def pd(s)
    puts s if $TAFT_DEBUGGING
end