5 lines
68 B
Ruby
5 lines
68 B
Ruby
# Hamster Table Print
|
|
|
|
def htp(data)
|
|
tp Hamster.to_ruby(data)
|
|
end
|