class Steep::AST::Annotation::Collection

def module_dynamics

def module_dynamics
  dynamic_annotations.flat_map do |annot|
    annot.names.select(&:module_method?).map(&:name)
  end
end