global_variables â array
Instance Public methods
Returns an array of the names of global variables.
1 | global_variables.grep /std/ #=> [:$stdin, :$stdout, :$stderr] |
Returns an array of the names of global variables.
1 | global_variables.grep /std/ #=> [:$stdin, :$stdout, :$stderr] |
Designed by : w10schools
service@w10schools.com
Please login to continue.