Sha256: ee1998732d03226f25a297e5bb6add3a64f8ca5dc6e6c14c2dca9a424ea38644
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
module Yoda module Typing module Tree class ConditionalLoop < Base # @!method node # @return [AST::ConditionalLoopNode] def infer_type # TODO infer_child(node.body) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yoda-language-server-0.10.1 | lib/yoda/typing/tree/conditional_loop.rb |
yoda-language-server-0.10.0 | lib/yoda/typing/tree/conditional_loop.rb |