About
Buy my book
Exceptional Ruby is the definitive guide to exceptions and failure handling in Ruby.
Pages
Categories
Tag Archives: hirb
Dumping Tabular Data with Hirb
Sometimes you just want to dump an ASCII table of data: +————————————–+ | Key | Value | Source | +————————————–+ | baz | default_baz | defaults | | foo | file_foo | file example.yml | | bar | env_bar | … Continue reading
