houdini/lib/htp.rb

6 lines
68 B
Ruby
Raw Normal View History

# Hamster Table Print
def htp(data)
tp Hamster.to_ruby(data)
end