class Asciidoctor::AbstractBlock

def remove_sub sub

Returns nothing

sub - The Symbol substitution name

Public: Remove a substitution from this block
def remove_sub sub
  @subs.delete sub
  nil
end