Sha256: a0afa956ee30914c11c84f35ad54781cb603de6f9511e9928a2b830ae9227dcc
Contents?: true
Size: 202 Bytes
Versions: 12
Compression:
Stored size: 202 Bytes
Contents
module Reek module Cli # # Base class for all commands # class Command attr_reader :options def initialize(options) @options = options end end end end
Version data entries
12 entries across 12 versions & 1 rubygems