class Detector

Direct Known Subclasses

Defined in:

models/detector.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(options : Hash(Symbol, String)) #

[View source]

Instance Method Detail

def detect(filename : String, file_contents : String) : Bool #

[View source]
def logger : NoirLogger #

[View source]
def name : String #

[View source]

Macro Detail

macro define_getter_methods(names) #

[View source]