Method: Rouge::Lexers::Python#current_string

Defined in:
lib/rouge/lexers/python.rb

#current_stringObject



76
77
78
# File 'lib/rouge/lexers/python.rb', line 76

def current_string
  @string_register ||= StringRegister.new
end