Displaying 2 results from an estimated 2 matches for "std_out".
Did you mean:
fd_out
2000 Dec 07
1
Bugreport: Lines swallowed in std_out redirection
Hi,
we are using OpenSSH_2.3.0p1. When using non-interactive mode,
sometimes lines are swallowed from standard output:
root at hydra:~ # ssh anderson "ls -l /usr/sbin/sshd"
-rwxr-xr-x 1 root root 612344 Nov 25 20:26 /usr/sbin/sshd
root at hydra:~ # ssh anderson "ls -l /usr/sbin/sshd"
root at hydra:~ # ssh anderson "ls -l /usr/sbin/sshd"
-rwxr-xr-x 1
2005 Dec 24
2
Variable dumper
Hi there,
I am newbie both in Ruby and in Rails. My experience is mostly PHP.
In PHP, there is a var_dump($mixed) function that dumps the object
$mixed to std_out. This is helpful to see the curent value of a
variable, of if it is an object, everything that is in the object.
Is there an equivalent methods in RoR?
Thanks,
Ezra
--
Posted via http://www.ruby-forum.com/.