Class: Ronin::RPC::PHP::Console

Inherits:
RPC::Console
  • Object
show all
Defined in:
lib/ronin/rpc/php/console.rb

Instance Method Summary collapse

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