Method: FilterParam::AST::Scope#initialize
- Defined in:
- lib/filter_param/ast/scope.rb
#initialize(name, args) ⇒ Scope
Returns a new instance of Scope.
6 7 8 9 |
# File 'lib/filter_param/ast/scope.rb', line 6 def initialize(name, args) @name = name.to_s @args = args end |