class ACIrb::IdentBlock16

Public Instance Methods

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