opal/corelib/array/pack.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method pack has 42 lines of code (exceeds 30 allowed). Consider refactoring.
Open

  def pack(format)
    format = ::Opal.coerce_to!(format, ::String, :to_str).gsub(/\s/, '').delete("\000")

    %x{
      var output = '';
Severity: Minor
Found in opal/corelib/array/pack.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status