Method: ShellHelpers::PathnameExt::Base#chattr

Defined in:
lib/shell_helpers/pathname.rb

#chattr(*args, **opts) ⇒ Object



366
367
368
# File 'lib/shell_helpers/pathname.rb', line 366

def chattr(*args,**opts)
  call("chattr",*args,**opts)
end