Method: Refile.store=

Defined in:
lib/refile.rb

.store=(backend) ⇒ Object

A shortcut to setting the backend named "store" in the global registry.

Parameters:



145
146
147
# File 'lib/refile.rb', line 145

def store=(backend)
  backends["store"] = backend
end