Class: Object

Inherits:
BasicObject
Defined in:
lib/docker/template/patches/object.rb

Overview

Copyright: 2015 Jordon Bedwell - Apache v2.0 License Encoding: utf-8

Instance Method Summary collapse

Instance Method Details

#to_pathnameObject



6
7
8
# File 'lib/docker/template/patches/object.rb', line 6

def to_pathname
  Object::Pathname.new(self)
end