Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. require 'rubygems'
  2. require 'myshows'
  3.  
  4. profile = MyShows::Profile.new 'demo', 'fe01ce2a7fbac8fafaed7c982a04e229'
  5.  
  6. tbbt = profile.show 'big bang theory'
  7. tbbt.title # => 'The Big Bang Theory'
  8.  
  9. pilot = tbbt.episode 1, 1
  10. pilot.title # => 'Pilot'
  11. pilot.check!
Add Comment
Please, Sign In to add comment