[Source]
# File AS.dat.rb, line 778 778: def html_linenr 779: "[#{join(', ')}]".color('backref') 780: end
# File AS.adm.rb, line 60 60: def name 61: return 'ø'.color('symbol') if empty? 62: '{ ' + collect { |x| x.name }.join(', ') + ' }' 63: end
[Validate]