lib/ttytest/terminal.rb in ttytest2-0.9.9 vs lib/ttytest/terminal.rb in ttytest2-0.9.10
- old
+ new
@@ -114,10 +114,10 @@
:rows, :row,
:width, :height,
:cursor_x, :cursor_y,
:cursor_visible?, :cursor_hidden?
- TTYtest::Matchers::METHODS.each do |matcher_name|
+ Matchers::METHODS.each do |matcher_name|
define_method matcher_name do |*args|
synchronize do
capture.public_send(matcher_name, *args)
end
end