Module: Most::OptionsHelpers

Included in:
Box, Submission, TestCase, TestRunner
Defined in:
lib/most/structures/types/options.rb

Instance Method Summary collapse

Instance Method Details

#create_options(*args, &block) ⇒ Object



24
25
26
# File 'lib/most/structures/types/options.rb', line 24

def create_options(*args, &block)
  Options.new(*args, &block)
end