class ACIrb::SyntheticContext2

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/synthetic.rb, line 252
def rn
  'context2-' << @attributes['name'] << ''
end