Method: Rouge::Lexers::Coffeescript.constants
- Defined in:
- lib/rouge/lexers/coffeescript.rb
.constants ⇒ Object
26 27 28 29 30 |
# File 'lib/rouge/lexers/coffeescript.rb', line 26 def self.constants @constants ||= Set.new %w( true false yes no on off null NaN Infinity undefined ) end |