class Crabhorn::Fcrab

Public Class Methods

horn() click to toggle source
# File lib/fcrab.rb, line 7
def self.horn
  system("afplay #{Crabhorn.root}/lib/crabhorn.mp3")
end