Project

dohutil

0.0
No commit activity in last 3 years
No release in over 3 years
Tiny utilities, packaged together so they don't each have their own gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.1, >= 0.1.48

Runtime

~> 0.1, >= 0.1.7
~> 1.7, >= 1.7.8
 Project Readme

DohUtil

Build Status Code Climate

DohUtil is a library designed to help simplify application development (includes location / etc.), and for miscellaneous ruby enhancements.

Sample code exists in the sample directory. If you run it like so:

sample/sample.rb -b override-arg-2 1 2 3

The output will look like:

importing sample_library_file
argument1 is: defaultvalue
argument2 is: override-arg-2
varargs: ["1", "2", "3"]