10 lines
84 B
Plaintext
Raw Normal View History

2020-07-09 01:35:39 +05:30
# typed: strict
class User < String
def gui?
end
def self.current
end
end