Sha256: f0b0522a404f6fb8e2f63e5239c9d202e52bd43048b849adfad022bb7c82f805

Contents?: true

Size: 158 Bytes

Versions: 2

Compression:

Stored size: 158 Bytes

Contents

module Octopress
  class Command
    class << self
      def process(args = nil, options = nil)
        raise NotImplementedError
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
octopress-3.0.0.alpha2 lib/octopress/command.rb
octopress-3.0.0.alpha1 lib/octopress/command.rb