Class: Yoda::Typing::Tree::AskDefined
- Defined in:
- lib/yoda/typing/tree/ask_defined.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#build_child, #generator, #infer_child, #initialize, #inspect, #pretty_print, #type
Constructor Details
This class inherits a constructor from Yoda::Typing::Tree::Base
Instance Method Details
#infer_type ⇒ Types::Type
6 7 8 |
# File 'lib/yoda/typing/tree/ask_defined.rb', line 6 def infer_type generator.boolean_type end |