201 202 203 204 205 206
# File 'lib/extensions/mspec/mspec/utils/options.rb', line 201 def name on("-n", "--name", "RUBY_NAME", "Set the value of RUBY_NAME (used to determine the implementation)") do |n| Object.const_set :RUBY_NAME, n end end