Sha256: b6434f9030ca132121a1bf942148b6541381b92455544c26934f841c0273fa6f

Contents?: true

Size: 197 Bytes

Versions: 10

Compression:

Stored size: 197 Bytes

Contents

require "attentive/entity"

Attentive::Entity.define "core.number.float.positive", "{{float:core.number.float}}", published: false do |match|
  nomatch! if match["float"] <= 0
  match["float"]
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
attentive-0.3.9 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.8 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.7 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.6 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.5 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.4 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.3 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.2 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.1 lib/attentive/entities/core/number/float/positive.rb
attentive-0.3.0 lib/attentive/entities/core/number/float/positive.rb