Skip to content

Instantly share code, notes, and snippets.

View danigro77's full-sized avatar

Daniela Kohls danigro77

View GitHub Profile
@danigro77
danigro77 / card.rb
Created October 23, 2012 22:23 — forked from dbc-challenges/card.rb
FlashCardinator
class Card
attr_reader :term, :definition
def initialize(term, definition)
@term = term
@definition = definition
end
def match?(guess)
if term == guess
# Put your answers here!
macair1:/ danielagrossmann$ rvm list
rvm rubies
ruby-1.9.2-p320 [ x86_64 ]
=* ruby-1.9.3-p194 [ x86_64 ]
# => - current