Class: String
- Inherits:
-
Object
- Object
- String
- 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_pathname ⇒ Object
5 |
# File 'lib/orderly_garden/monkey_patches.rb', line 5 def to_pathname; Pathname.new(self); end |