class Daisy::Voice

Public Class Methods

sing() click to toggle source
# File lib/daisy/voice.rb, line 3
def self.sing
  ["Daisy, Daisy, give me your answer, do.", "I'm half crazy, all for the love of you."].join(" ")
end