We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d330d1 commit e19c37bCopy full SHA for e19c37b
examples/ruby/test.rb
@@ -1,3 +1,5 @@
1
+$LOAD_PATH.unshift File.expand_path('../../lib', __dir__)
2
+
3
require "erbx"
4
5
puts ERBX.lex("<html><html>")
ext/erbx/test.rb
@@ -2,6 +2,4 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __dir__)
-require "erbx"
6
-
7
-ERBX.lex("<html><html>")
+puts ERBX.lex("<html><html>")
0 commit comments