Class: Octopress::Social::GitHub::Tag
- Inherits:
-
Liquid::Tag
- Object
- Liquid::Tag
- Octopress::Social::GitHub::Tag
- Defined in:
- lib/octopress-social/github.rb
Instance Method Summary collapse
-
#initialize(tag, input, tokens) ⇒ Tag
constructor
A new instance of Tag.
- #render(context) ⇒ Object
Constructor Details
#initialize(tag, input, tokens) ⇒ Tag
Returns a new instance of Tag.
51 52 53 54 |
# File 'lib/octopress-social/github.rb', line 51 def initialize(tag, input, tokens) @tag = tag.strip @input = input.strip end |