lib/gitenv/actions.rb in gitenv-0.2.0 vs lib/gitenv/actions.rb in gitenv-0.3.0
- old
+ new
@@ -1,10 +1,10 @@
module Gitenv
class Action
attr_reader :options
-
+
def initialize context, type, files, options
@context, @type, @files, @options = context, type, files, options
end
def each &block