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 84e6503 commit fb1b0e4Copy full SHA for fb1b0e4
lib/iruby/utils.rb
@@ -21,7 +21,7 @@ def clear_output(wait=false)
21
22
# Format the given object into HTML table
23
def table(s, **options)
24
- html(HTML.table(s, options))
+ html(HTML.table(s, **options))
25
end
26
27
# Treat the given string as LaTeX text
0 commit comments