Class: VersatileRJS::Proxy::ExpressionProxy
- Inherits:
-
Object
- Object
- VersatileRJS::Proxy::ExpressionProxy
- Defined in:
- lib/versatile_rjs/proxy/expression_proxy.rb
Instance Method Summary collapse
-
#initialize(page, expression) ⇒ ExpressionProxy
constructor
A new instance of ExpressionProxy.
Constructor Details
#initialize(page, expression) ⇒ ExpressionProxy
Returns a new instance of ExpressionProxy.
5 6 7 |
# File 'lib/versatile_rjs/proxy/expression_proxy.rb', line 5 def initialize(page, expression) super(page, expression) end |