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