# File lib/un.rb, line 210
def touch
  setup do |argv, options|
    FileUtils.touch argv, options
  end
end