|
| 1 | +### START SCREEN ### |
| 2 | +┌ Source ../../examples/pty_not_found.rb:12 ──────────────────────────────────┐ |
| 3 | +│ 4 │ |
| 4 | +│ 5 Object.send(:remove_const, :PTY) │ |
| 5 | +│ 6 │ |
| 6 | +│ 7 require 'ruby_jard' │ |
| 7 | +│ 8 │ |
| 8 | +│ 9 class Calculator │ |
| 9 | +│ 10 def calculate(a, b, c) │ |
| 10 | +│ 11 jard │ |
| 11 | +│⮕ 12 d = a + b │ |
| 12 | +│ 13 jard │ |
| 13 | +│ 14 e = d + 10 │ |
| 14 | +│ 15 jard │ |
| 15 | +│ 16 e + c │ |
| 16 | +│ 17 end │ |
| 17 | +│ 18 end │ |
| 18 | +│ 19 │ |
| 19 | +│ 20 Calculator.new.calculate(1, 2, 3) │ |
| 20 | +├──────────────────────────────────────────────────────────────────────────────┤ |
| 21 | +│Filter (F2): Application Step (F7) Step Out (Shift+F7) Next (F8) Con »│ |
| 22 | +└──────────────────────────────────────────────────────────────────────────────┘ |
| 23 | +*Warning*: One of Jard's depedencies (PTY or Readline) is not available or patch |
| 24 | +ed by another gem. Key bindings are disabled. There may be other side effects. |
| 25 | +jard >> |
| 26 | +### END SCREEN ### |
| 27 | +### START SEND_KEYS ### |
| 28 | +["continue", :Enter] |
| 29 | +### END SEND_KEYS ### |
| 30 | +### START SCREEN ### |
| 31 | +┌ Source ../../examples/pty_not_found.rb:14 ──────────────────────────────────┐ |
| 32 | +│ 6 │ |
| 33 | +│ 7 require 'ruby_jard' │ |
| 34 | +│ 8 │ |
| 35 | +│ 9 class Calculator │ |
| 36 | +│ 10 def calculate(a, b, c) │ |
| 37 | +│ 11 jard │ |
| 38 | +│ 12 d = a + b │ |
| 39 | +│ 13 jard │ |
| 40 | +│⮕ 14 e = d + 10 │ |
| 41 | +│ 15 jard │ |
| 42 | +│ 16 e + c │ |
| 43 | +│ 17 end │ |
| 44 | +│ 18 end │ |
| 45 | +│ 19 │ |
| 46 | +│ 20 Calculator.new.calculate(1, 2, 3) │ |
| 47 | +│ │ |
| 48 | +│ │ |
| 49 | +├──────────────────────────────────────────────────────────────────────────────┤ |
| 50 | +│Filter (F2): Application Step (F7) Step Out (Shift+F7) Next (F8) Con »│ |
| 51 | +└──────────────────────────────────────────────────────────────────────────────┘ |
| 52 | +*Warning*: One of Jard's depedencies (PTY or Readline) is not available or patch |
| 53 | +ed by another gem. Key bindings are disabled. There may be other side effects. |
| 54 | +jard >> |
| 55 | +### END SCREEN ### |
| 56 | +### START SEND_KEYS ### |
| 57 | +["continue", :Enter] |
| 58 | +### END SEND_KEYS ### |
| 59 | +### START SCREEN ### |
| 60 | +┌ Source ../../examples/pty_not_found.rb:16 ──────────────────────────────────┐ |
| 61 | +│ 8 │ |
| 62 | +│ 9 class Calculator │ |
| 63 | +│ 10 def calculate(a, b, c) │ |
| 64 | +│ 11 jard │ |
| 65 | +│ 12 d = a + b │ |
| 66 | +│ 13 jard │ |
| 67 | +│ 14 e = d + 10 │ |
| 68 | +│ 15 jard │ |
| 69 | +│⮕ 16 e + c │ |
| 70 | +│ 17 end │ |
| 71 | +│ 18 end │ |
| 72 | +│ 19 │ |
| 73 | +│ 20 Calculator.new.calculate(1, 2, 3) │ |
| 74 | +│ │ |
| 75 | +│ │ |
| 76 | +│ │ |
| 77 | +│ │ |
| 78 | +├──────────────────────────────────────────────────────────────────────────────┤ |
| 79 | +│Filter (F2): Application Step (F7) Step Out (Shift+F7) Next (F8) Con »│ |
| 80 | +└──────────────────────────────────────────────────────────────────────────────┘ |
| 81 | +*Warning*: One of Jard's depedencies (PTY or Readline) is not available or patch |
| 82 | +ed by another gem. Key bindings are disabled. There may be other side effects. |
| 83 | +jard >> |
| 84 | +### END SCREEN ### |
0 commit comments