class Pebbles::TotsuGen::SimplifiedFormatter

Private Instance Methods

body_bottom() click to toggle source
# File lib/pebbles/totsugen/formatters.rb, line 69
def body_bottom
  ('Y^' * ((body_length / 2) + 1)).chop
end
body_top() click to toggle source
# File lib/pebbles/totsugen/formatters.rb, line 65
def body_top
  '人' * ((body_length / 2) + 2)
end
center() click to toggle source
# File lib/pebbles/totsugen/formatters.rb, line 61
def center
  "> #{@body} <"
end