File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1993,6 +1993,13 @@ def before_fork need_lock = true
1993
1993
def after_fork_parent
1994
1994
@ui . after_fork_parent
1995
1995
end
1996
+
1997
+ # experimental API
1998
+ def extend_feature session : nil , thread_client : nil , ui : nil
1999
+ Session . include session if session
2000
+ ThreadClient . include thread_client if thread_client
2001
+ @ui . extend ui if ui
2002
+ end
1996
2003
end
1997
2004
1998
2005
class ProcessGroup
@@ -2147,13 +2154,6 @@ def flush
2147
2154
end
2148
2155
end
2149
2156
2150
- # experimental API
2151
- def extend_feature session : nil , thread_client : nil , ui : nil
2152
- Session . include session if session
2153
- ThreadClient . include thread_client if thread_client
2154
- @ui . extend ui if ui
2155
- end
2156
-
2157
2157
# manual configuration methods
2158
2158
2159
2159
def self . add_line_breakpoint file , line , **kw
You can’t perform that action at this time.
0 commit comments