class SFRP::Flat::FuncTypeAnnotation
Public Instance Methods
to_poly()
click to toggle source
# File lib/sfrp/flat/elements.rb, line 73 def to_poly Poly::FuncTypeAnnotation.new(ret_ta.to_poly, arg_tas.map(&:to_poly)) end