Skip to content

robertschnitman/RubyOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubyOps

Personal Ruby utility methods for managing files, vectorizing over arrays, applying math operations, and parsing strings.

Install

  1. Save and extract repo to desired location.

  2. Insert require x/rubyops.rb in your Ruby script, where x is the filepath to where you've downloaded this repo.

  3. Have fun!