class ACIrb::IdentBlock64

Public Instance Methods

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