This scanner is really complex, since Ruby is a complex language!

It tries to highlight 100% of all common code, and 90% of strange codes.

It is optimized for HTML highlighting, and is not very useful for parsing or pretty printing.

Methods
Public Instance methods
interpreted_string_state()
# File lib/coderay/scanners/ruby.rb, line 19
    def interpreted_string_state
      StringState.new :string, true, '"'
    end