Sha256: ecfa8b9522dab8b7c2931150f1ad8d7475ccd54af9797b0492fda7ba47a5a6a5

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

require 'nrb/commands/inside_group'

module Nrb
  module Commands
    class Starter < InsideGroup
      desc_with_warning "Require the main file"

      def start
        require_main_file
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nrb-1.0.0 lib/nrb/commands/starter.rb