Skip to content

Commit b9350b0

Browse files
committed
Added say_error to SHELL_DELEGATED_METHODS.
1 parent 0b569d1 commit b9350b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/thor/shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def shell
2121
end
2222

2323
module Shell
24-
SHELL_DELEGATED_METHODS = [:ask, :error, :set_color, :yes?, :no?, :say, :say_status, :print_in_columns, :print_table, :print_wrapped, :file_collision, :terminal_width]
24+
SHELL_DELEGATED_METHODS = [:ask, :error, :set_color, :yes?, :no?, :say, :say_error, :say_status, :print_in_columns, :print_table, :print_wrapped, :file_collision, :terminal_width]
2525
attr_writer :shell
2626

2727
autoload :Basic, File.expand_path("shell/basic", __dir__)

0 commit comments

Comments
 (0)