class UberOptionTest

Constants

Value

Public Instance Methods

call(*args) click to toggle source
# File test/options_test.rb, line 55
def call(*args); args.inspect; end
version() click to toggle source
# File test/options_test.rb, line 29
def version; 999 end