lib/fidgit/window.rb in fidgit-0.2.4 vs lib/fidgit/window.rb in fidgit-0.2.5

- old
+ new

@@ -1,19 +1,19 @@ -# 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 +# 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