class Syntax::Actions

Defined in:

syntax.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rules : Hash(Int32, Hash(String, String))) #

[View source]

Instance Method Detail

def default(context) #

[View source]
def perform_color(context, rule_id) #

[View source]
def rules : Hash(Int32, Hash(String, String)) #

[View source]
def rules=(rules : Hash(Int32, Hash(String, String))) #

[View source]