2020-07-11 01:04:22 +05:30

10 lines
84 B
Ruby

# typed: strict
class User < String
def gui?
end
def self.current
end
end