class ACOC::Rule

Attributes

colours[R]
flags[R]
regex[R]

Public Class Methods

new(regex, flags, colours) click to toggle source
# File lib/acoc/rule.rb, line 5
def initialize(regex, flags, colours)
  @regex   = regex
  @flags   = flags
  @colours = colours
end