Skip to content

Instantly share code, notes, and snippets.

@BrayanZ
Created May 9, 2013 04:07
Show Gist options
  • Save BrayanZ/5545486 to your computer and use it in GitHub Desktop.
Save BrayanZ/5545486 to your computer and use it in GitHub Desktop.
module Tools
def valid_email? email
# ...
end
def send_email(from, to, message)
#
end
def log(priority, message)
#
end
def select_random_element(an_array)
#
end
def subgroup_in_pairs(an_array)
#
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment