class CodeLocator

Defined in:

models/code_locator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.instance : CodeLocator #

[View source]
def self.new #

[View source]

Instance Method Detail

def all(key : String) : Array(String) #

[View source]
def clear(key : String) #

[View source]
def clear_all #

[View source]
def get(key : String) : String | Array(String) #

[View source]
def push(key : String, value : String) #

[View source]
def set(key : String, value : String) #

[View source]
def show_table #

[View source]