my_ruby 2 snippets stored for this repo
whole_buffer = @@line_editor.whole_buffer.dup
whole_buffer.taint
if add_hist and whole_buffer and whole_buffer.chomp.size > 0
line = @@line_editor.line.dup
line.taint
if add_hist and line and line.chomp.size > 0