class AdLint::Content

DESCRIPTION

Object represents the whole content of something.

Public Instance Methods

empty?() click to toggle source
# File lib/adlint/lexer.rb, line 69
def empty?
  subclass_responsibility
end
location() click to toggle source
# File lib/adlint/lexer.rb, line 65
def location
  subclass_responsibility
end