rubinius/rubinius

View on GitHub
mspec/lib/mspec/commands/mkspec.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method options has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def options(argv=ARGV)
    options = MSpecOptions.new "mkspec [options]", 32

    options.on("-c", "--constant", "CONSTANT",
               "Class or Module to generate spec stubs for") do |name|
Severity: Minor
Found in mspec/lib/mspec/commands/mkspec.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status