Sha256: c8d8f11e37ef122a19afd565bb0075b98279950333da59d2acaec1f3e0d1023a

Contents?: true

Size: 162 Bytes

Versions: 4

Compression:

Stored size: 162 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thor_template-0.0.8 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-0.0.7 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-0.0.6 lib/starter_project/lib/thor_template/cli/help.rb
thor_template-0.0.5 lib/starter_project/lib/thor_template/cli/help.rb