class Object
Public Instance Methods
metaclass()
click to toggle source
GIVES US THE ABILITY TO ADD DYNMAIC CLASS METHODS TO THE STATUSES MODULE.… ryanangilly.com/post/234897271/dynamically-adding-class-methods-in-ruby
# File lib/entity_status.rb, line 4 def metaclass class << self; self; end end