Module: Aio::Base::Debug
- Defined in:
- lib/aio/base/debug.rb
Class Method Summary collapse
- .enable? ⇒ Boolean
-
.mismatch? ⇒ Boolean
core/text/context.rb 如果没有找到匹配的行,则输出debug.
-
.module_debug? ⇒ Boolean
core/text/context.rb:56 如果模块中方法有问题,则报错.
-
.ui_enable? ⇒ Boolean
ui.rb 查看解析后设备情况.
Class Method Details
.enable? ⇒ Boolean
5 6 7 |
# File 'lib/aio/base/debug.rb', line 5 def enable? false end |
.mismatch? ⇒ Boolean
core/text/context.rb 如果没有找到匹配的行,则输出debug
11 12 13 |
# File 'lib/aio/base/debug.rb', line 11 def mismatch? true end |
.module_debug? ⇒ Boolean
core/text/context.rb:56 如果模块中方法有问题,则报错
18 19 20 |
# File 'lib/aio/base/debug.rb', line 18 def module_debug? true end |
.ui_enable? ⇒ Boolean
ui.rb 查看解析后设备情况
24 25 26 |
# File 'lib/aio/base/debug.rb', line 24 def ui_enable? false end |