class Numeric
def dragons?
nil
end
end
class Float
def dragons?
"here be dragons!"
end
end
Don't worry if you don't understand it.
A blog out from the dazzling void without real content for no reader at all.
class Numeric
def dragons?
nil
end
end
class Float
def dragons?
"here be dragons!"
end
end