Method: XlibObj::Screen::Crtc#outputs
- Defined in:
- lib/screen/crtc.rb
#outputs ⇒ Object
34 35 36 37 38 39 40 |
# File 'lib/screen/crtc.rb', line 34 def outputs (0..attribute(:noutput)-1).map do |output_number| output_id(attribute(:outputs), output_number) end.map do |output_id| Output.new(self, output_id) end end |