Tim Alby
  • Home
  • About
  • Posts
  • Snippets

Tim Alby avatar
Tim Alby December 18, 2017

Vim Command for Ruby pp

A handy command to add log lines fro Ruby in Vim

# Vim # Ruby
Tim Alby avatar
Tim Alby August 29, 2015

Ruby: to_bool

Easily cast any type to boolean in Ruby

# Ruby