lib/twitter/console.rb in dambalah-twitter4r-0.3.2 vs lib/twitter/console.rb in dambalah-twitter4r-0.3.3
- old
+ new
@@ -1,7 +1,9 @@
# Contains hooks for the twitter console
+require('optparse')
+
module Twitter
class Client
class << self
# Helper method mostly for irb shell prototyping.
#
@@ -24,5 +26,6 @@
self.new yaml_hash[env]
end
end # class << self
end
end
+