Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
/ to_output Public archive

Adds to_output to ruby classes, it's a pretty version of to_s.

License

Notifications You must be signed in to change notification settings

epigenesys/to_output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to_output

Adds #to_output onto every object, for a neat way of outputting without breaking to_s.

rubygems.org/gems/to_output

Installation

System Wide

gem install to_output

Gemfile

gem "to_output"

Note on Patches/Pull Requests

  • Fork the project.

  • Make your feature addition or bug fix.

  • Add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)

  • Send me a pull request. Bonus points for topic branches.

Copyright © 2010 epiGenesys Ltd. See LICENSE for details.

About

Adds to_output to ruby classes, it's a pretty version of to_s.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages