Module: Repubmark::Elems::Joint::ForwardingBuilders
Instance Method Summary collapse
- #abbrev(*args) ⇒ Object
- #bold(*args) ⇒ Object
- #code_inline(*args) ⇒ Object
- #ellipsis(*args) ⇒ Object
- #fraction(*args) ⇒ Object
- #italic(*args) ⇒ Object
- #joint ⇒ Object
- #link(*args) ⇒ Object
- #link_italic(*args) ⇒ Object
- #mdash(*args) ⇒ Object
- #power(*args) ⇒ Object
- #quote_italic(*args) ⇒ Object
- #section(*args) ⇒ Object
- #text(*args) ⇒ Object
Instance Method Details
#abbrev(*args) ⇒ Object
148 |
# File 'lib/repubmark/elems/joint.rb', line 148 def abbrev(*args) = joint { |joint| joint.abbrev(*args) } |
#bold(*args) ⇒ Object
150 |
# File 'lib/repubmark/elems/joint.rb', line 150 def bold(*args) = joint { |joint| joint.bold(*args) } |
#code_inline(*args) ⇒ Object
152 |
# File 'lib/repubmark/elems/joint.rb', line 152 def code_inline(*args) = joint { |joint| joint.code_inline(*args) } |
#ellipsis(*args) ⇒ Object
154 |
# File 'lib/repubmark/elems/joint.rb', line 154 def ellipsis(*args) = joint { |joint| joint.ellipsis(*args) } |
#fraction(*args) ⇒ Object
156 |
# File 'lib/repubmark/elems/joint.rb', line 156 def fraction(*args) = joint { |joint| joint.fraction(*args) } |
#italic(*args) ⇒ Object
158 |
# File 'lib/repubmark/elems/joint.rb', line 158 def italic(*args) = joint { |joint| joint.italic(*args) } |
#joint ⇒ Object
146 |
# File 'lib/repubmark/elems/joint.rb', line 146 def joint = raise NotImplementedError, "#{self.class}#joint" |
#link(*args) ⇒ Object
160 |
# File 'lib/repubmark/elems/joint.rb', line 160 def link(*args) = joint { |joint| joint.link(*args) } |
#link_italic(*args) ⇒ Object
162 |
# File 'lib/repubmark/elems/joint.rb', line 162 def link_italic(*args) = joint { |joint| joint.link_italic(*args) } |
#mdash(*args) ⇒ Object
164 |
# File 'lib/repubmark/elems/joint.rb', line 164 def mdash(*args) = joint { |joint| joint.mdash(*args) } |
#power(*args) ⇒ Object
166 |
# File 'lib/repubmark/elems/joint.rb', line 166 def power(*args) = joint { |joint| joint.power(*args) } |
#quote_italic(*args) ⇒ Object
168 |
# File 'lib/repubmark/elems/joint.rb', line 168 def quote_italic(*args) = joint { |joint| joint.quote_italic(*args) } |
#section(*args) ⇒ Object
170 |
# File 'lib/repubmark/elems/joint.rb', line 170 def section(*args) = joint { |joint| joint.section(*args) } |
#text(*args) ⇒ Object
172 |
# File 'lib/repubmark/elems/joint.rb', line 172 def text(*args) = joint { |joint| joint.text(*args) } |