class ACIrb::IdentBlock32

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/ident.rb, line 187
def rn
  'block32-' << @attributes['from'] << '-' << @attributes['to'] << ''
end