class Jbuilder::Blank

def ==(other)

def ==(other)
  super || Blank === other
end

def empty?

def empty?
  true
end