5 6 7 8 9
# File 'lib/hilbert/parser/vector_parser.rb', line 5 def execute(els) VectorApi.execute( els.first.rm(/\A +/).rm(/ +\z/).split_by_sp ) end