module Paint

Public Class Methods

[](*args) click to toggle source
# File bin/rubybuntu-gedit, line 14
def self.[](*args)
  args[0]
end