class TextOutput

Public Instance Methods

out(hash) click to toggle source
# File lib/outputs.rb, line 2
def out(hash)
  hash.each_pair do |k,v|
                      print(k, k, v) if v != nil
  end
end
print(parent_key, k, v) click to toggle source
print_hash(parent_key, hash) click to toggle source