class Rouge::Lexer

def debug_enabled?

Experimental RBS support (using type sampling data from the type_fusion project).

def debug_enabled?: () -> false

This signature was generated using 2 samples from 1 application.

def debug_enabled?
  (defined? @debug_enabled) ? true : false
end