class Jbuilder::Blank

Public Instance Methods

==(other) click to toggle source
Calls superclass method
# File lib/jbuilder/blank.rb, line 3
def ==(other)
  super || Blank === other
end
empty?() click to toggle source
# File lib/jbuilder/blank.rb, line 7
def empty?
  true
end