Skip to content

Commit

Permalink
Initialize rutie matrix_rs from Ruby MatrixRs
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoam committed Jul 10, 2020
1 parent f46d1fd commit 3b610b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/matrix_rs.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# frozen_string_literal: true

require "matrix_rs/version"
require "rutie"

# MatrixRs is a Rust extension replacement
# for Ruby standard library Matrix
#
class MatrixRs
class Error < StandardError; end
# Your code goes here...
Rutie.new(:matrix_rs).init "Init_matrix_rs", __dir__
end

0 comments on commit 3b610b6

Please sign in to comment.