Class: Html2Bbcode::Bbcode::ClosingTags
- Inherits:
-
Object
- Object
- Html2Bbcode::Bbcode::ClosingTags
- Extended by:
- Forwardable
- Defined in:
- lib/bbcode/closing_tags.rb
Instance Method Summary collapse
-
#initialize(bbcode_element) ⇒ ClosingTags
constructor
A new instance of ClosingTags.
- #tags ⇒ Object
Constructor Details
#initialize(bbcode_element) ⇒ ClosingTags
Returns a new instance of ClosingTags.
8 9 10 |
# File 'lib/bbcode/closing_tags.rb', line 8 def initialize bbcode_element @bbcode_element = bbcode_element end |
Instance Method Details
#tags ⇒ Object
14 15 16 |
# File 'lib/bbcode/closing_tags.rb', line 14 def .join end |