class RBI::Tree

def create_mixes_in_class_methods(name)

: (String name) -> void
def create_mixes_in_class_methods(name)
  create_node(RBI::MixesInClassMethods.new(name))
end