class DYAutomate::Command::TaskFlow::Test
Public Class Methods
new(argv)
click to toggle source
Calls superclass method
DYAutomate::Command::TaskFlow::new
# File lib/DYAutomate/Command/TaksFlow/test.rb, line 29 def initialize(argv) super end
Public Instance Methods
run()
click to toggle source
# File lib/DYAutomate/Command/TaksFlow/test.rb, line 33 def run loop do UI.puts("请输入你的名字") end end