postmodern/ffi-msgpack

View on GitHub
lib/ffi/msgpack/msg_object.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class MsgObject has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

    class MsgObject < FFI::Struct

      layout :type, :msgpack_object_type,
             :values, MsgObjectUnion

Severity: Minor
Found in lib/ffi/msgpack/msg_object.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status