Class: Gamefic::Query::ManyChildren

Inherits:
Children show all
Defined in:
lib/gamefic/query/many_children.rb

Direct Known Subclasses

AmbiguousChildren

Constant Summary

Constants included from Gamefic

VERSION

Instance Attribute Summary

Attributes inherited from Base

#arguments

Instance Method Summary collapse

Methods inherited from Children

#base_specificity, #context_from

Methods inherited from Base

#allow_ambiguous?, #base_specificity, #context_from, #execute, #initialize, #last_match_for, #match, #optional?, #signature, #specificity, #test_arguments, #validate

Constructor Details

This class inherits a constructor from Gamefic::Query::Base

Instance Method Details

#allow_many?Boolean



4
5
6
# File 'lib/gamefic/query/many_children.rb', line 4

def allow_many?
  true
end