Skip to content

coltrain80/helpful_ruby_utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Code Repository

This repository contains various Ruby code templates and scripts designed for quick guidance in different situations. It includes templates for classes, methods, and scripts.

Repository Structure

  • class_templates/: Ruby class templates.
  • method_templates/: Ruby method templates.
  • script_templates/: Ruby scripts for various tasks.

Getting Started

  1. Clone the Repository: git clone <repository-url> cd <repository-directory>

  2. Navigate to the Desired Directory: cd class_templates # or method_templates, script_templates

Examples

  • Class Template Example: See class_templates/class_template.rb
  • Script Example: See script_templates/interactive_script.rb

Installing Dependencies

Some scripts may require additional gems. Install them using Bundler:

bundle install

Contributing

Feel free to contribute by submitting pull requests or opening issues.

Author

This repository is maintained by Anthony Fillmore.

License

This repository is licensed under the MIT License.

About

A repo for quick reference Ruby utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages