Class: Octopress::Social::Twitter::Tweet
- Inherits:
-
Liquid::Block
- Object
- Liquid::Block
- Octopress::Social::Twitter::Tweet
- Defined in:
- lib/octopress-social/twitter.rb
Instance Method Summary collapse
-
#initialize(tag, input, tokens) ⇒ Tweet
constructor
A new instance of Tweet.
- #render(context) ⇒ Object
Constructor Details
#initialize(tag, input, tokens) ⇒ Tweet
Returns a new instance of Tweet.
115 116 117 118 119 |
# File 'lib/octopress-social/twitter.rb', line 115 def initialize(tag, input, tokens) super @tag = tag.strip @input = input.strip end |