Sha256: 657812c0b3bbaf3ea73f3d7cd4384a2fca1f6ea99ecc6bb72b1afd413bc6c560

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

class Rule
  def initialize(attributes = {})
    attributes.each { |name, value| self.send(:"#{name}=", value) }
  end

  def matches?(framework_name, repository)
    false
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
technologist-0.3.0 lib/technologist/rules/rule.rb
technologist-0.2.1 lib/technologist/rules/rule.rb
technologist-0.2.0 lib/technologist/rules/rule.rb