class SFRP::Flat::TypeAnnotationVar

Public Instance Methods

to_poly() click to toggle source
# File lib/sfrp/flat/elements.rb, line 85
def to_poly
  P.tv(var_str)
end