Skip to content

Instantly share code, notes, and snippets.

@scalone
Created September 18, 2015 15:11
Show Gist options
  • Save scalone/de4bac9b24f706d2fc01 to your computer and use it in GitHub Desktop.
Save scalone/de4bac9b24f706d2fc01 to your computer and use it in GitHub Desktop.
##
# Array ISO Test
assert('Array', '15.2.12') do
assert_equal(Class, Array.class)
end
assert('Array inclueded modules', '15.2.12.3') do
assert_true(Array.include?(Enumerable))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment