Skip to content

Instantly share code, notes, and snippets.

@pencilcheck
Created April 22, 2015 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pencilcheck/863602a7cadc1f9a9d9e to your computer and use it in GitHub Desktop.
Save pencilcheck/863602a7cadc1f9a9d9e to your computer and use it in GitHub Desktop.
store = $page.store
job = Job.new
job._name = 'Test'
puts job
puts job._name
store._jobs << job
puts store._jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment