module UsefulThings def self.get_file; ... def self.delete_file; ... def self.format_text(x); ... end #Then UsefulThings.format_text("xxx")