Sha256: e489093907028f721dce49e3a64480299f26d689c1ea7f22f63664a954f00974
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
require 'yoda/typing/tree/send_inferable' module Yoda module Typing module Tree class Send < Base include SendInferable # @!method node # @return [AST::SendNode] # @return [Types::Type] def infer_type infer_send(node) 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/send.rb |
yoda-language-server-0.10.0 | lib/yoda/typing/tree/send.rb |