Sha256: b1cdb0581e9cc453bd1bcf3c423f462624a93862f80e844682f9dd06f30d232d

Contents?: true

Size: 279 Bytes

Versions: 9

Compression:

Stored size: 279 Bytes

Contents

module Hilbert
  module Parser
    module LimitParser
      include Base
      def self.execute(els)
        var, close_to, formula = els

        LimitApi.execute(
          FormulaParser.execute(formula),
          var,
          close_to
        )
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hilbert-0.0.2700420 lib/hilbert/parser/limit_parser.rb
hilbert-0.0.2700410 lib/hilbert/parser/limit_parser.rb
hilbert-0.0.2700400 lib/hilbert/parser/limit_parser.rb
hilbert-0.0.2700320 lib/hilbert/parser/limit_parser.rb
hilbert-0.0.2700300 lib/hilbert/parser/limit_parser.rb
hilbert-0.0.2700210 lib/hilbert/parser/limit_parser.rb
hilbert-0.0.2700110 lib/hilbert/parser/limit_parser.rb
hilbert-0.0.2700100 lib/hilbert/parser/limit_parser.rb
hilbert-0.0.2700001 lib/hilbert/parser/limit_parser.rb