class StringMru

Defined in:

string_mru.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lifespan : Int64, filepath : String) #

[View source]

Instance Method Detail

def add(value : String) #

[View source]
def get_recent : Array(MruData) #

[View source]
def start_cleaner #

[View source]
def write_recents #

[View source]