phenomenal/phenomenal

View on GitHub
lib/phenomenal/dsl.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def self.included(klass)
    klass.class_eval do
      # Define context with adaptations
      def phen_context(context,*contexts,&block)
        Phenomenal::Context.create(false,nil,context,*contexts,&block)
Severity: Major
Found in lib/phenomenal/dsl.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status