Method: ShellHelpers::PathnameExt::Base#find

Defined in:
lib/shell_helpers/pathname.rb

#find(*args, &b) ⇒ Object



276
277
278
279
# File 'lib/shell_helpers/pathname.rb', line 276

def find(*args,&b)
  require 'shell_helpers/utils'
  Utils.find(self,*args,&b)
end