ruby / tk

Tk interface module using tcltklib
Other
118 stars 22 forks source link

Avoid implicit declaration of function 'RB_OBJ_UNTRUST' in Ruby 3 #19

Closed jeremyevans closed 4 years ago

jeremyevans commented 4 years ago

Starting in 2.7, there is no reason to taint/untrust, so just make RbTk_OBJ_UNTRUST a no-op in Ruby 2.7+.