Method: UUID.state_file=
- Defined in:
- lib/uuid.rb
.state_file=(path) ⇒ Object
Specify the path of the state file. Use this if you need a different location for your state file.
Set to false if your system cannot use a state file (e.g. many shared hosts).
167 168 169 |
# File 'lib/uuid.rb', line 167 def self.state_file=(path) @state_file = path end |