class Steep::AST::Node::TypeAssertion
def self.parse(location)
def self.parse(location) if location.source =~/\A:\s*(.+)/ TypeAssertion.new(location) end end
def self.parse(location) if location.source =~/\A:\s*(.+)/ TypeAssertion.new(location) end end