Repositories (1)

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