class RBS::AST::Annotation

RBS allows writing annotations of declarations and members.

%a{annotation_here}
class Hello
  %a{rbs:test:skip}
  def foo: () -> void
end