Skip to content

dblock/frgom

Repository files navigation

Your First Ruby Gem of Many

Build Status

What's This?

Flatiron School

A gem live-coded from scratch at Flatiron School in January, 2018.

Usage

Install frgom, add the following to Gemfile.

gem 'frgom'

Splines

Frgom::Splines::B

This is a B-spline that can be reticulated.

spline = Frgom::Splines::B.new
spline.reticulated? # false
spline.reticulate!
spline.reticulated? # true

Command Line Interface

You can reticulate splines on the command line.

frgom --verbose reticulate

Use frgom help for detailed syntax.

License

Copyright (c) 2018 Daniel Doubrovkine and Contributors

MIT License, see LICENSE for details.

About

First Ruby Gem of Many: live coded at Flatiron School in NYC, January 2018

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages