You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works great, thanks! Didn't know it was related to Ruby 3 ... now I see why it was not a dependency of gyoku.. What about creating a new release so features such as these could be used without loading the library directly from github?
Since this gem hasn't been released in a while the only possible way to use the pretty printing is to do this:
Gemfile:
script.rb:
This fails however since
rexml
is used for pretty printing, so the Gemfile must look like this to make the pretty printing work:rexml
should be included in the Gemfile ofgyoku
. It should not be necessary for the user of the library to include it in his/her Gemfile.The text was updated successfully, but these errors were encountered: