Class: OthelloRuby::Log
- Inherits:
-
Object
- Object
- OthelloRuby::Log
- Defined in:
- lib/othello_ruby.rb
Instance Method Summary collapse
- #info ⇒ Object
-
#initialize(**options) ⇒ Log
constructor
A new instance of Log.
- #load ⇒ Object
Constructor Details
#initialize(**options) ⇒ Log
Returns a new instance of Log.
222 223 |
# File 'lib/othello_ruby.rb', line 222 def initialize(**) end |
Instance Method Details
#info ⇒ Object
225 226 |
# File 'lib/othello_ruby.rb', line 225 def info end |
#load ⇒ Object
228 229 |
# File 'lib/othello_ruby.rb', line 228 def load end |