mirror of
https://github.com/dkam/decisiontree.git
synced 2025-12-28 15:14:52 +00:00
Tidy code style
This commit is contained in:
@@ -17,4 +17,3 @@ module ArrayClassification
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Object
|
||||
def save_to_file(filename)
|
||||
File.open(filename, 'w+') { |f| f << Marshal.dump(self) }
|
||||
File.open(filename, "w+") { |f| f << Marshal.dump(self) }
|
||||
end
|
||||
|
||||
def self.load_from_file(filename)
|
||||
|
||||
Reference in New Issue
Block a user