Class: TwitterHashtag::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/twitter_hashtag/help.rb

Class Method Summary collapse

Class Method Details

.outputObject



4
5
6
7
8
9
10
11
# File 'lib/twitter_hashtag/help.rb', line 4

def self.output
  puts <<-STR
Pass a hashtag (with or without #) as an argument to twitter_hashtag.
Example: twitter_hashtag #dog OR twitter_hashtag dog
You may pass --rpp to limit the number of returned tweets.
Enjoy!
  STR
end