Class: Tweetwine::CLI::HomeCommand
- Defined in:
- lib/tweetwine/cli.rb
Instance Method Summary collapse
Methods inherited from Command
abort_with_usage, about, inherited, #initialize, name, #parse, register, show_usage, usage
Constructor Details
This class inherits a constructor from Tweetwine::CLI::Command
Instance Method Details
#run ⇒ Object
267 268 269 |
# File 'lib/tweetwine/cli.rb', line 267 def run CLI.twitter.home end |