Skip to content

Instantly share code, notes, and snippets.

@leejarvis

leejarvis/x.rb Secret

Last active August 29, 2015 14:22
Show Gist options
  • Save leejarvis/11124b4b9b3f15eef487 to your computer and use it in GitHub Desktop.
Save leejarvis/11124b4b9b3f15eef487 to your computer and use it in GitHub Desktop.
def find(name)
all = Dir["#{name}/*.xml"].sort
client.run(*all) do
query(...)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment