class RBS::Annotate::Annotations

def skip?

def skip?
  items.any? {|a| a.is_a?(Skip) }
end