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
content-editing-movie-player-0.38.0 lib/fake_blanker.rb
sensible-cinema-0.35.3 lib/fake_blanker.rb
sensible-cinema-0.34.0 lib/fake_blanker.rb
sensible-cinema-0.28.1 lib/fake_blanker.rb
sensible-cinema-0.28.0 lib/fake_blanker.rb
sensible-cinema-0.27.0 lib/fake_blanker.rb
sensible-cinema-0.26.3 lib/fake_blanker.rb
sensible-cinema-0.26.2 lib/fake_blanker.rb
sensible-cinema-0.26.1 lib/fake_blanker.rb
sensible-cinema-0.26.0 lib/fake_blanker.rb
sensible-cinema-0.25.4 lib/fake_blanker.rb
sensible-cinema-0.25.3 lib/fake_blanker.rb
sensible-cinema-0.25.2 lib/fake_blanker.rb
sensible-cinema-0.25.1 lib/fake_blanker.rb
sensible-cinema-0.25.0 lib/fake_blanker.rb
sensible-cinema-0.24.9 lib/fake_blanker.rb
sensible-cinema-0.24.8 lib/fake_blanker.rb
sensible-cinema-0.24.7 lib/fake_blanker.rb
sensible-cinema-0.24.6 lib/fake_blanker.rb
sensible-cinema-0.24.5 lib/fake_blanker.rb