module Engawa

Constants

VERSION

Public Class Methods

aburi() click to toggle source
# File lib/engawa.rb, line 4
def aburi
  'うますぎ'
end
fish() click to toggle source
# File lib/engawa.rb, line 12
  def fish
    <<-EOS
    ヒラメ
          ,.. ー''´ ̄_. ̄`''- ..,,_
     /,..-ー''´ ̄    ̄`''- .,,_ \
    //             \,,\,
  //  ,. - 、             \.>  ,..┐
  !/ ../  __ヽ_____________二l'´ .|
<゚。 .   `、'彡ツ                 _,,..t, |
ヾ__/ /ー ´                 /゙>  ~'┘
 \ー'                //
   `''-..,,,,_           _,.-'" /
      ヾi`ヾ''‐‐---‐ー'''´ _,/
        ゙'  `'''''―--‐ー'''´
    EOS
  end
heavy_stomach() click to toggle source
# File lib/engawa.rb, line 8
def heavy_stomach
  '( ・ω・)つ[芽ネギ]'
end

Private Instance Methods

aburi() click to toggle source
# File lib/engawa.rb, line 4
def aburi
  'うますぎ'
end
fish() click to toggle source
# File lib/engawa.rb, line 12
  def fish
    <<-EOS
    ヒラメ
          ,.. ー''´ ̄_. ̄`''- ..,,_
     /,..-ー''´ ̄    ̄`''- .,,_ \
    //             \,,\,
  //  ,. - 、             \.>  ,..┐
  !/ ../  __ヽ_____________二l'´ .|
<゚。 .   `、'彡ツ                 _,,..t, |
ヾ__/ /ー ´                 /゙>  ~'┘
 \ー'                //
   `''-..,,,,_           _,.-'" /
      ヾi`ヾ''‐‐---‐ー'''´ _,/
        ゙'  `'''''―--‐ー'''´
    EOS
  end
heavy_stomach() click to toggle source
# File lib/engawa.rb, line 8
def heavy_stomach
  '( ・ω・)つ[芽ネギ]'
end