lib/twitter/console.rb in mbbx6spp-twitter4r-0.3.1 vs lib/twitter/console.rb in mbbx6spp-twitter4r-0.4.0

- 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 +