Skip to content

Commit e19c37b

Browse files
committed
Update Ruby example test files
1 parent 0d330d1 commit e19c37b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ruby/test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$LOAD_PATH.unshift File.expand_path('../../lib', __dir__)
2+
13
require "erbx"
24

35
puts ERBX.lex("<html><html>")

ext/erbx/test.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
$LOAD_PATH.unshift File.expand_path('../../lib', __dir__)
44

5-
require "erbx"
6-
7-
ERBX.lex("<html><html>")
5+
puts ERBX.lex("<html><html>")

0 commit comments

Comments
 (0)