What is the difference between Ruby's Hash
and ActiveSupport
's
HashWithIndifferentAccess
?
The Hash
class in Ruby's core library retrieves values by doing a standard ==
(use '[datomic.api :only [q db] :as d]) | |
(use 'clojure.pprint) | |
(def uri "datomic:mem://seattle") | |
(d/create-database uri) | |
(def conn (d/connect uri)) | |
(def schema-tx | |
[{:db/id #db/id[:db.part/db] | |
:db/ident :author/name |
--- /Users/jballanc/Downloads/ConcurrentStatisticsImpl.java 2014-08-25 04:04:59.000000000 +0300 | |
+++ ConcurrentStatisticsImpl.java 2014-08-24 19:58:59.000000000 +0300 | |
@@ -1,3 +1,26 @@ | |
+/* | |
+ * Hibernate, Relational Persistence for Idiomatic Java | |
+ * | |
+ * Copyright (c) 2010, Red Hat Inc. or third-party contributors as | |
+ * indicated by the @author tags or express copyright attribution | |
+ * statements applied by the authors. All third-party contributions are | |
+ * distributed under license by Red Hat Inc. |
# -*- coding: utf-8 -*- | |
# | |
# Copyright (C) 2014 Glencoe Software, Inc. | |
# All rights reserved. | |
import time | |
import tempfile | |
import os | |
import omero.gateway |
# Mac OS X Specific | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
# Xcode Project Files | |
*.mode1v3 | |
*.mode2v3 | |
*.pbxuser |
Delivered-To: [email protected] | |
Received: by 10.216.96.132 with SMTP id r4csp199874wef; | |
Thu, 22 May 2014 10:01:54 -0700 (PDT) | |
X-Received: by 10.152.10.168 with SMTP id j8mr43748070lab.37.1400778114799; | |
Thu, 22 May 2014 10:01:54 -0700 (PDT) | |
Return-Path: <role-employees-do-not-contact+bncBCVKDHFPTUBRBAW37CNQKGQEUXGVBDI@circleci.com> | |
Received: from mail-lb0-x246.google.com (mail-lb0-x246.google.com [2a00:1450:4010:c04::246]) | |
by mx.google.com with ESMTPS id ja5si412369lac.43.2014.05.22.10.01.54 | |
for <[email protected]> |
class Foo | |
=> MyAttribute | |
def bar | |
puts "Attributed method" | |
end | |
=> typecheck("Fixnum -> String") | |
def baz(num) | |
"Your number is #{num}" | |
end |
I hereby claim:
To claim this, I am signing this object:
> cat sample.txt | |
first | |
second | |
start | |
third | |
fourth | |
fifth | |
sixth | |
stop |