Sha256: b1d8ef06a6f6727a38f3e808f036ec677619e75938c33baab83818a49ca8451c

Contents?: true

Size: 696 Bytes

Versions: 9

Compression:

Stored size: 696 Bytes

Contents

# Part of the Optimus package for managing E-Prime data
# 
# Copyright (C) 2008-09 Board of Regents of the University of Wisconsin System
# 
# Written by Nathan Vack <njvack@wisc.edu>, at the Waisman Laborotory for Brain
# Imaging and Behavior, University of Wisconsin - Madison

# OptionParser for the yaml_template_runner


require 'optimus'
require 'optparse'

module Optimus
  module Runners
    module YamlTemplate
      class OptimusOptionParser
        attr_reader :errors
        def initialize
          @errors = []
        end
      end
      
      class OptionParserFactory
        class << self
          def build
            
          end
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
optimus-ep-0.10.4 lib/runners/yaml_template/option_parser.rb
optimus-ep-0.10.3 lib/runners/yaml_template/option_parser.rb
optimus-ep-0.10.2 lib/runners/yaml_template/option_parser.rb
optimus-ep-0.10.1 lib/runners/yaml_template/option_parser.rb
optimus-ep-0.10.0 lib/runners/yaml_template/option_parser.rb
optimus-ep-0.9.1 lib/runners/yaml_template/option_parser.rb
optimus-ep-0.9.0 lib/runners/yaml_template/option_parser.rb
optimus-ep-0.8.1 lib/runners/yaml_template/option_parser.rb
optimus-ep-0.8.0 lib/runners/yaml_template/option_parser.rb