Sha256: 4e4f4c14ce4b65f33017f58828ff62f72708f7cb1fc6a0b5dd9b3d23578753ea

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

require "gorails"

module Gorails
  module Commands
    class Example < Gorails::Command
      def call(_args, _name)
        puts VERSION
      end

      def self.help
        "Prints the version.\nUsage: {{command:#{Gorails::TOOL_NAME} version}}"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gorails-0.1.4 lib/gorails/commands/version.rb