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:
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:
puts image.cget :file
Please login to continue.