Skip to content

Instantly share code, notes, and snippets.

@kazuhisa
Created June 9, 2012 07:59
Show Gist options
  • Save kazuhisa/2900054 to your computer and use it in GitHub Desktop.
Save kazuhisa/2900054 to your computer and use it in GitHub Desktop.
require './data_source'
require './boring'
computer = Computer.new(1,DS.new)
puts computer.mouse
puts computer.keyboard
puts computer.cpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment