Class: Ronin::RPC::PHP::Console
- Inherits:
-
RPC::Console
- Object
- RPC::Console
- Ronin::RPC::PHP::Console
- Defined in:
- lib/ronin/rpc/php/console.rb
Instance Method Summary collapse
-
#eval(string) ⇒ Object
Evaluates the specified string of PHP code and returns the result.
Instance Method Details
#eval(string) ⇒ Object
Evaluates the specified string of PHP code and returns the result.
35 36 37 |
# File 'lib/ronin/rpc/php/console.rb', line 35 def eval(string) call(:eval,string) end |