Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/shell_helpers/pathname.rb

Overview

backports from ruby 2.1

Direct Known Subclasses

ShellHelpers::PathnameExt::Base

Instance Method Summary collapse

Instance Method Details

#write(*args, &b) ⇒ Object



7
8
9
# File 'lib/shell_helpers/pathname.rb', line 7

def write(*args,&b)
	IO.write(self,*args,&b)
end