class ViewModel

def root!

def root!
  define_singleton_method(:root?) { true }
end