cget(option)
Instance Public methods
Returns the current value of the configuration option given by option.
Example, display name of the file from which image
was
created:
1 | puts image.cget :file |
Returns the current value of the configuration option given by option.
Example, display name of the file from which image
was
created:
1 | puts image.cget :file |
Designed by : w10schools
service@w10schools.com
Please login to continue.