10 lines
84 B
Plaintext
10 lines
84 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
class User < String
|
||
|
def gui?
|
||
|
end
|
||
|
|
||
|
def self.current
|
||
|
end
|
||
|
end
|