Method: Cel::Checker#initialize
- Defined in:
- lib/cel/checker.rb
#initialize(declarations) ⇒ Checker
Returns a new instance of Checker.
5 6 7 |
# File 'lib/cel/checker.rb', line 5 def initialize(declarations) @declarations = declarations end |