Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/orderly_garden/monkey_patches.rb

Overview

rubocop:disable Style/Documentation Monkey-patch String and Pathname with some handy-dandy helpers.

Instance Method Summary collapse

Instance Method Details

#to_pathnameObject



5
# File 'lib/orderly_garden/monkey_patches.rb', line 5

def to_pathname; Pathname.new(self); end