Skip to content

Commit fb1b0e4

Browse files
topofocuskojix2
authored andcommitted
Compatibility Issue ruby 2.7 and ruby 3.0
1 parent 84e6503 commit fb1b0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iruby/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def clear_output(wait=false)
2121

2222
# Format the given object into HTML table
2323
def table(s, **options)
24-
html(HTML.table(s, options))
24+
html(HTML.table(s, **options))
2525
end
2626

2727
# Treat the given string as LaTeX text

0 commit comments

Comments
 (0)