class Asciidoctor::AbstractNode

def inline?

Returns [Boolean]

Public: Returns whether this {AbstractNode} is an instance of {Inline}
def inline?
  # :nocov:
  raise ::NotImplementedError
  # :nocov:
end