Sha256: 12ab9aed90dcb659a8f7bb862fe0cdf3b0f655c9e3a6c05a37f6de0ddc0eb17c

Contents?: true

Size: 247 Bytes

Versions: 9

Compression:

Stored size: 247 Bytes

Contents

module Hilbert
  module Parser
    module VectorParser
      include Base
      def execute(els)
        VectorApi.execute(
          els.first.rm(/\A +/).rm(/ +\z/).split_by_sp
        )
      end
      module_function :execute
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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