Sha256: f722549b162277d5b6a3aac853431ff1957a5b289d4631a12a14b7e572cc5e9e

Contents?: true

Size: 1.03 KB

Versions: 55

Compression:

Stored size: 1.03 KB

Contents

=begin
Copyright 2010, Roger Pack 
This file is part of Sensible Cinema.

    Sensible Cinema is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Sensible Cinema is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Sensible Cinema.  If not, see <http://www.gnu.org/licenses/>.
=end
puts 'warning--using fake blanker'

class Blanker 
  
  def self.startup
  end
  def self.shutdown
  end
  
  def self.blank_full_screen! text
      puts 'the screen is now...blank!'
  end
  
  def self.unblank_full_screen!
      puts 'the screen is now...visible!'
  end
  
end

Version data entries

55 entries across 55 versions & 2 rubygems

Version Path
sensible-cinema-0.24.4 lib/fake_blanker.rb
sensible-cinema-0.24.3 lib/fake_blanker.rb
sensible-cinema-0.24.2 lib/fake_blanker.rb
sensible-cinema-0.24.1 lib/fake_blanker.rb
sensible-cinema-0.24.0 lib/fake_blanker.rb
sensible-cinema-0.23.6 lib/fake_blanker.rb
sensible-cinema-0.23.5 lib/fake_blanker.rb
sensible-cinema-0.23.4 lib/fake_blanker.rb
sensible-cinema-0.23.3 lib/fake_blanker.rb
sensible-cinema-0.23.2 lib/fake_blanker.rb
sensible-cinema-0.23.1 lib/fake_blanker.rb
sensible-cinema-0.23.0 lib/fake_blanker.rb
sensible-cinema-0.22.1 lib/fake_blanker.rb
sensible-cinema-0.22.0 lib/fake_blanker.rb
sensible-cinema-0.21.10 lib/fake_blanker.rb
sensible-cinema-0.21.9 lib/fake_blanker.rb
sensible-cinema-0.21.5 lib/fake_blanker.rb
sensible-cinema-0.21.4 lib/fake_blanker.rb
sensible-cinema-0.21.3 lib/fake_blanker.rb
sensible-cinema-0.20.5 lib/fake_blanker.rb