Class: MaimaiNet::Page::Debug

Inherits:
Base
  • Object
show all
Defined in:
lib/maimai_net/page-debug.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, parse, #validate!

Methods included from HelperSupport

extended, #helper_method, #method_added

Methods included from ModuleExt::MethodCache

included, #singleton_method_added

Methods included from ModuleExt::HaveClassMethods

#class_method, #included

Constructor Details

This class inherits a constructor from MaimaiNet::Page::Base

Instance Method Details

#debugObject



4
5
6
# File 'lib/maimai_net/page-debug.rb', line 4

def debug
  byebug
end