We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f0fc5 commit 36586cfCopy full SHA for 36586cf
lib/anvl/document.rb
@@ -14,7 +14,7 @@ def self.parse str
14
def initialize anvl_string_or_hash = nil
15
@entries = Array.new
16
17
- case anvl_string_or_Hash
+ case anvl_string_or_hash
18
when Hash
19
self.push anvl_string_or_hash
20
0 commit comments