Method: Rouge::Lexers::Python#current_string
- Defined in:
- lib/rouge/lexers/python.rb
#current_string ⇒ Object
76 77 78 |
# File 'lib/rouge/lexers/python.rb', line 76 def current_string @string_register ||= StringRegister.new end |
76 77 78 |
# File 'lib/rouge/lexers/python.rb', line 76 def current_string @string_register ||= StringRegister.new end |