Module: CodeRay::Encoders::HTML::Output::Template::Simple
- Included in:
- CodeRay::Encoders::HTML::Output
- Defined in:
- lib/coderay/encoders/html/output.rb
Instance Method Summary collapse
-
#`(str) ⇒ Object
‘ <– for stupid editors.
Instance Method Details
#`(str) ⇒ Object
‘ <– for stupid editors
151 152 153 |
# File 'lib/coderay/encoders/html/output.rb', line 151 def ` str #` <-- for stupid editors Template.new str end |