Navigation Menu

Skip to content

Commit

Permalink
demonstrate that self is record in this context
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Mar 30, 2011
1 parent a529f10 commit 59ddae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tanker_spec.rb
Expand Up @@ -41,7 +41,7 @@
Dummy.send(:include, Tanker)
Dummy.send(:tankit, 'dummy index') do
indexes :class_name do
dummy.class.name
self.class.name
end
end

Expand Down

0 comments on commit 59ddae0

Please sign in to comment.