mikepack/pipes

View on GitHub
lib/pipes/server.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method included has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.included(base)
      base.class_eval do
        helpers do
          def local_template(path)
            File.read(File.join(File.dirname(__FILE__), "server/views/#{path}"))
Severity: Minor
Found in lib/pipes/server.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status