Method: SXRB::Rules#initialize

Defined in:
lib/sxrb/callbacks.rb

#initializeRules

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Rules.



102
103
104
105
# File 'lib/sxrb/callbacks.rb', line 102

def initialize
  @rules = {}
  @recursive = false
end