Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/heimdall/heimdall_proxy.rb
Overview
makes @foo.bar(:baz) work via @foo.heimdall.bar(:baz) delayed
Instance Method Summary collapse
Instance Method Details
#heimdall ⇒ Object
10 11 12 |
# File 'lib/heimdall/heimdall_proxy.rb', line 10 def heimdall Heimdall::ObjectProxy.new self end |