module GreenMidget::Logger

Private Instance Methods

register_classification() click to toggle source
# File lib/green_midget/logger.rb, line 6
def register_classification
  # TODO: implement default Logging system
  true
end
register_training() click to toggle source
# File lib/green_midget/logger.rb, line 11
def register_training
  # TODO: the same... (obviously)
  true
end