class SFRP::Raw::TypeAnnotationVar

Public Instance Methods

to_flat(_set, _ns) click to toggle source
# File lib/sfrp/raw/elements.rb, line 159
def to_flat(_set, _ns)
  Flat::TypeAnnotationVar.new(var_str)
end