Method: Maths::Brain.brain_file
- Defined in:
- lib/maths/brain.rb
.brain_file ⇒ Object
Public: The file we’re using to store our memories
25 26 27 |
# File 'lib/maths/brain.rb', line 25 def self.brain_file File.join(ENV['HOME'], ".maths_brain") end |