Method: TkVariable#**
- Defined in:
- lib/tk/variable.rb
#**(other) ⇒ Object
begin
number(self._value) % other
rescue
self._value % other
end
1235 1236 1237 |
# File 'lib/tk/variable.rb', line 1235 def **(other) number(self._value) ** other end |