Skip to content

Commit

Permalink
added lash to Hashie autoloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Swenson committed Jul 23, 2011
1 parent 91510ee commit 317e9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/hashie.rb
@@ -1,9 +1,10 @@
module Hashie
autoload :HashExtensions, 'hashie/hash_extensions'
autoload :PrettyInspect, 'hashie/hash_extensions'
autoload :PrettyInspect, 'hashie/hash_extensions'
autoload :Hash, 'hashie/hash'
autoload :Trash, 'hashie/trash'
autoload :Mash, 'hashie/mash'
autoload :Dash, 'hashie/dash'
autoload :Clash, 'hashie/clash'
autoload :Lash, 'hashie/lash'
end

0 comments on commit 317e9b6

Please sign in to comment.