Sha256: 2a556211482e3528dcf5c8550bf4868ea8d8add0656bb65ab4120ebfb2a1288b

Contents?: true

Size: 246 Bytes

Versions: 5

Compression:

Stored size: 246 Bytes

Contents

class ForgeCLI
  class PostHooks
    class << self
      def run!(app)
        @app = app
      end

      def module_path
        raise NotImplementedError, "Set this to return File.dirname(__FILE__) in your subclass"
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
forge-cli-0.0.10 lib/forge-cli/post_hooks.rb
forge-cli-0.0.9 lib/forge-cli/post_hooks.rb
forge-cli-0.0.8 lib/forge-cli/post_hooks.rb
forge-cli-0.0.7 lib/forge-cli/post_hooks.rb
forge-cli-0.0.6 lib/forge-cli/post_hooks.rb