Sha256: 27f187d09f9d9542dba012d12a58911377f92900098bf54fbbad4e26c546f331

Contents?: true

Size: 166 Bytes

Versions: 5

Compression:

Stored size: 166 Bytes

Contents

module ThorTemplate
  class CLI < Command
    class Help
      class << self
        def hello
<<-EOL
Hello world example
EOL
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thor_template-2.0.2 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-2.0.1 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-2.0.0 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-1.0.1 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-1.0.0 lib/starter_project/lib/thor_template/cli/help.rb