This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Node | |
attr_accessor :next, :data | |
def push(str) | |
n = Node.new | |
n.data = str | |
node = self | |
next_node = nil | |
while node.next |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Bb F g d g d Eb F] x3 | |
Bb Eb F d | |
the sharpest girl at the party house | |
g Eb Bb F | |
you laughed at all the right times | |
Bb Eb F d | |
your eyes are like a ferrari, girl, | |
g Eb Bb F | |
you've got eyes with brains behind |