summaryrefslogtreecommitdiff
path: root/lib/hashie/trash.rb
diff options
context:
space:
mode:
authorArtur Bilski <admin@arturbilski.pl>2012-11-23 15:24:38 +0100
committerArtur Bilski <admin@arturbilski.pl>2012-11-23 15:24:38 +0100
commit4b587ca8c1dd0f5f09321183222eeb27506ad0fd (patch)
tree1f842e9c711d09537bb6279a11fbea91acb34d70 /lib/hashie/trash.rb
parent212696ffa4fd016a980f77a79b9ae1e07cde79f6 (diff)
downloadhashie-4b587ca8c1dd0f5f09321183222eeb27506ad0fd.tar.gz
remove unnecessary scoping
Diffstat (limited to 'lib/hashie/trash.rb')
-rw-r--r--lib/hashie/trash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hashie/trash.rb b/lib/hashie/trash.rb
index 39d6e8e..34c381d 100644
--- a/lib/hashie/trash.rb
+++ b/lib/hashie/trash.rb
@@ -7,7 +7,7 @@ module Hashie
# Trashes are useful when you need to read data from another application,
# such as a Java api, where the keys are named differently from how we would
# in Ruby.
- class Trash < Hashie::Dash
+ class Trash < Dash
# Defines a property on the Trash. Options are as follows:
#