scotthelm/streamer

View on GitHub
lib/streamer/functors/functor.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

    class Functor
      attr_reader :payload, :options
      def initialize(payload, options)
        @payload = payload
        @options = options
Severity: Minor
Found in lib/streamer/functors/functor.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status