This repository contains various Ruby code templates and scripts designed for quick guidance in different situations. It includes templates for classes, methods, and scripts.
- class_templates/: Ruby class templates.
- method_templates/: Ruby method templates.
- script_templates/: Ruby scripts for various tasks.
-
Clone the Repository:
git clone <repository-url> cd <repository-directory>
-
Navigate to the Desired Directory:
cd class_templates # or method_templates, script_templates
- Class Template Example: See
class_templates/class_template.rb
- Script Example: See
script_templates/interactive_script.rb
Some scripts may require additional gems. Install them using Bundler:
bundle install
Feel free to contribute by submitting pull requests or opening issues.
This repository is maintained by Anthony Fillmore.
This repository is licensed under the MIT License.