Skip to content

Commit

Permalink
Revert "adapt ruby code to work with ruby 2.3"
Browse files Browse the repository at this point in the history
This reverts commit eebd51a.
  • Loading branch information
kodebach committed Sep 22, 2020
1 parent eebd51a commit 2e8f936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/swig/ruby/kdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def pretty_print
if meta.size > 0
puts " meta data keys: #{meta.size}"
meta.each do |k|
puts " " + k.to_s.sub(/^meta:\//, "")
puts " " + k.to_s.delete_prefix("meta:/")
end
else
puts " key has no meta data"
Expand Down

0 comments on commit 2e8f936

Please sign in to comment.