Class: Foobara::TypeDeclarations::DesugarizerPipeline

Inherits:
Value::Processor::Pipeline show all
Defined in:
foobara-0.6.1/projects/typesystem/projects/type_declarations/src/desugarizer_pipeline.rb

Instance Attribute Summary

Attributes inherited from Value::Processor::Multi

#prioritize, #processors

Instance Method Summary collapse

Methods inherited from Value::Processor::Pipeline

foobara_manifest, #process_outcome, #process_value

Methods inherited from Value::Processor::Multi

#error_classes, #initialize, #possible_errors, #processor_names, #register, requires_declaration_data?

Constructor Details

This class inherits a constructor from Foobara::Value::Processor::Multi

Instance Method Details

#applicable?(type_declaration) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'projects/typesystem/projects/type_declarations/src/desugarizer_pipeline.rb', line 4

def applicable?(type_declaration)
  !type_declaration.strict? && super
end