Sha256: 2439181e3e64a75438834453f4a36ad53034a446681b9ee96243e6f5b6ec91f2

Contents?: true

Size: 246 Bytes

Versions: 21

Compression:

Stored size: 246 Bytes

Contents

# encoding: utf-8

module Fidgit
  module Window

    def self.included(base)
      base.send :include, Methods
    end

    module Methods

      def close
        super
        GuiState.clear
      end
    end
    
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
fidgit-0.2.4 lib/fidgit/window.rb
fidgit-0.2.3 lib/fidgit/window.rb
fidgit-0.2.2 lib/fidgit/window.rb
fidgit-0.2.1 lib/fidgit/window.rb
fidgit-0.2.0 lib/fidgit/window.rb
fidgit-0.1.10 lib/fidgit/window.rb
fidgit-0.1.9 lib/fidgit/window.rb
fidgit-0.1.8 lib/fidgit/window.rb
fidgit-0.1.7 lib/fidgit/window.rb
fidgit-0.1.6 lib/fidgit/window.rb
fidgit-0.1.5 lib/fidgit/window.rb
fidgit-0.1.4 lib/fidgit/window.rb
fidgit-0.1.3 lib/fidgit/window.rb
fidgit-0.1.2 lib/fidgit/window.rb
fidgit-0.1.1 lib/fidgit/window.rb
fidgit-0.1.0 lib/fidgit/window.rb
fidgit-0.0.6alpha lib/fidgit/window.rb
fidgit-0.0.5alpha lib/fidgit/window.rb
fidgit-0.0.4alpha lib/fidgit/window.rb
fidgit-0.0.3alpha lib/fidgit/window.rb