Skip to content

Instantly share code, notes, and snippets.

@kazuhisa
Created June 9, 2012 07:40
Show Gist options
  • Save kazuhisa/2900006 to your computer and use it in GitHub Desktop.
Save kazuhisa/2900006 to your computer and use it in GitHub Desktop.
class DS
def get_mouse_info(id)
"Dual Optical"
end
def get_mouse_price(id)
40
end
def get_keyboard_info(id)
"Happy Hacking Keybord"
end
def get_keyboard_price(id)
100
end
def get_cpu_info(id)
"2.16 Ghz"
end
def get_cpu_price(id)
150
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment