Sha256: 0c6da1722f38b8c2c7d0937ecfbc035762e67a4c331b59f8dc492104936d489c

Contents?: true

Size: 1.01 KB

Versions: 30

Compression:

Stored size: 1.01 KB

Contents

module RakeRoll

  class Never

    def line
      lyrics.sample
    end

    def lyrics
      [
        "We're no strangers to love",
        "You know the rules and so do I",
        "A full commitment's what I'm thinking of",
        "You wouldn't get this from any other guy",
        "I just want to tell you how I'm feeling",
        "Gotta make you understand",
        "Never gonna give you up",
        "Never gonna let you down",
        "Never gonna run around and desert you",
        "Never gonna make you cry",
        "Never gonna say goodbye",
        "Never gonna tell a lie and hurt you",
        "We've known each other for so long",
        "Your heart's been aching but you're too shy to say it",
        "Inside we both know what's been going on",
        "We know the game and we're gonna play it",
        "And if you ask me how I'm feeling",
        "Don't tell me you're too blind to see",
        "(Ooh give you up)",
        "(Ooh) Never gonna give, never gonna give (give you up)"
      ]
    end

  end

end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
rake_roll-2.3.0 lib/rake_roll/never.rb
rake_roll-2.2.0 lib/rake_roll/never.rb
rake_roll-2.1.3 lib/rake_roll/never.rb
rake_roll-2.1.2 lib/rake_roll/never.rb
rake_roll-2.1.1 lib/rake_roll/never.rb
rake_roll-2.1.0 lib/rake_roll/never.rb
rake_roll-2.0.5 lib/rake_roll/never.rb
rake_roll-2.0.4 lib/rake_roll/never.rb
rake_roll-2.0.3 lib/rake_roll/never.rb
rake_roll-2.0.2 lib/rake_roll/never.rb
rake_roll-2.0.1 lib/rake_roll/never.rb
rake_roll-2.0.0 lib/rake_roll/never.rb
rake_roll-1.0.3 lib/rake_roll/never.rb
rake_roll-1.0.2 lib/rake_roll/never.rb
rake_roll-1.0.1 lib/rake_roll/never.rb
rake_roll-1.0.0 lib/rake_roll/never.rb
rake_roll-0.4.0 lib/rake_roll/never.rb
rake_roll-0.3.0 lib/rake_roll/never.rb
rake_roll-0.2.5 lib/rake_roll/never.rb
rake_roll-0.2.4 lib/rake_roll/never.rb