class ACIrb::SyntheticContext

Public Instance Methods

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