goruby/goruby

View on GitHub
object/class.go

Summary

Maintainability
A
35 mins
Test Coverage

Function newClassWithEnv has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    name string,
    superClass RubyClass,
    instanceMethods,
    classMethods map[string]RubyMethod,
    builder func(RubyClassObject, ...RubyObject) (RubyObject, error),
Severity: Minor
Found in object/class.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status