mirror of
https://github.com/mistergibson/gxg-web-client.git
synced 2026-08-15 03:26:00 -07:00
7 lines
88 B
Ruby
7 lines
88 B
Ruby
class << undefined
|
|
def to_s
|
|
"undefined"
|
|
end
|
|
|
|
alias_method :inspect, :to_s
|
|
end
|