Sha256: 4e6dc8453fc32bcd39c6af75f2ce966b227c029c8a48eec4a0862f55b06c6b5e

Contents?: true

Size: 322 Bytes

Versions: 9

Compression:

Stored size: 322 Bytes

Contents

Dir["#{File.dirname(__FILE__)}/poolparty/helpers/**.rb"].each do |lib|
  require lib
end

def help_array
  ["-h", "--help", "-V", "--version", "--debug", "-d"]
end

def are_you_sure?(msg)
  puts msg
  resp = STDIN.gets.chomp

  case resp
  when "Y"
  when "yes"
  when "y"
    return true
  else
    return false
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
auser-poolparty-1.2.10 lib/poolpartycl.rb
auser-poolparty-1.2.11 lib/poolpartycl.rb
auser-poolparty-1.2.12 lib/poolpartycl.rb
auser-poolparty-1.2.3 lib/poolpartycl.rb
auser-poolparty-1.2.4 lib/poolpartycl.rb
auser-poolparty-1.2.7 lib/poolpartycl.rb
auser-poolparty-1.2.8 lib/poolpartycl.rb
auser-poolparty-1.2.9 lib/poolpartycl.rb
fairchild-poolparty-1.2.12 lib/poolpartycl.rb