Method: TTY::Reader::History#exclude

Defined in:
lib/tty/reader/history.rb

#excludeProc

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Dictates which lines are stored.

Returns:

  • (Proc)


52
53
54
# File 'lib/tty/reader/history.rb', line 52

def exclude
  @exclude
end