Sha256: 3caa60e67fd8b8698517a1a8a6be82d4abb256318c6439c3482d8785a5f7be66
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
module Yoda module Typing module Tree class Block < Base def type send_node, arg_node, block_node = node infer_send_node(send_node, arg_node, block_node) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yoda-language-server-0.9.0 | lib/yoda/typing/tree/block.rb |
yoda-language-server-0.8.0 | lib/yoda/typing/tree/block.rb |