Class Array
In: AS.adm.rb
AS.dat.rb
Parent: Object

Methods

html_linenr   name  

Public Instance methods

[Source]

     # File AS.dat.rb, line 778
778:    def html_linenr
779:       "[#{join(', ')}]".color('backref')
780:    end

[Source]

    # File AS.adm.rb, line 60
60:    def name
61:       return 'ø'.color('symbol') if empty?
62:       '{ ' + collect { |x| x.name }.join(', ') + ' }'
63:    end

[Validate]