Class: Makers::Proxy
- Inherits:
-
Object
- Object
- Makers::Proxy
- Defined in:
- lib/makers/proxy.rb
Instance Method Summary collapse
-
#initialize(&block) ⇒ Proxy
constructor
A new instance of Proxy.
- #maker(*args, &block) ⇒ Object
Constructor Details
#initialize(&block) ⇒ Proxy
Returns a new instance of Proxy.
4 5 6 |
# File 'lib/makers/proxy.rb', line 4 def initialize(&block) instance_eval &block end |