Sha256: 5aa363e01ea5a24ba842bb227c6e19c4b34a4f2851c4fb0e1241d490c62a311d

Contents?: true

Size: 465 Bytes

Versions: 4

Compression:

Stored size: 465 Bytes

Contents

# This code is free software; you can redistribute it and/or modify it under
# the terms of the new BSD License.
#
# Copyright (c) 2010, Sebastian Staudt

require 'rubikon/has_arguments'

module Rubikon

  # An option is an application parameter that may have one or more additional
  # arguments.
  #
  # @author Sebastian Staudt
  # @see Application::InstanceMethods#option
  # @see Parameter
  # @since 0.3.0
  class Option

    include HasArguments

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubikon-0.5.1 lib/rubikon/option.rb
rubikon-0.5.0 lib/rubikon/option.rb
rubikon-0.4.1 lib/rubikon/option.rb
rubikon-0.4.0 lib/rubikon/option.rb