class RBS::Definition::Method

def comments

def comments
  @comments ||= defs.map(&:comment).compact.uniq
end