There are some pitfalls, but it works. If you do this, you will extend the Object class, which is already in Ruby.
class Object
def hello
end
end
, , .
module Foo
class Object
end
end
, .
, ::Object, Object. , .
, , . , Some::Object, , , Some::Record, Some::Entity .