Class: Asciidoctor::Standoc::Cleanup::EmptyAttr

Inherits:
Object
  • Object
show all
Defined in:
lib/asciidoctor/standoc/cleanup_boilerplate.rb

Instance Method Summary collapse

Instance Method Details

#attr(_x) ⇒ Object



87
88
89
# File 'lib/asciidoctor/standoc/cleanup_boilerplate.rb', line 87

def attr(_x)
  nil
end

#attributesObject



90
91
92
# File 'lib/asciidoctor/standoc/cleanup_boilerplate.rb', line 90

def attributes
  {}
end