Skip to content

Commit

Permalink
removed the method_signature that is no more needed thanks to Laurent…
Browse files Browse the repository at this point in the history
… (revision 753)
  • Loading branch information
vincentisambart committed Nov 24, 2008
1 parent 4a86adb commit 8452a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/application.rb
Expand Up @@ -9,6 +9,7 @@
# - do not perform_action if the code typed is not finished (needs a simple lexer)
# - when closing the application, if code is running, ask for what to do (cancel, kill and close all)
# - add an help message in the windows when they are opened
# - puts [1, 2] or puts 1, 2 and print [1, 2] do not work like in normal Ruby (but write is OK)

class Terminal
def base_html
Expand Down Expand Up @@ -40,7 +41,6 @@ def alertDidEnd alert, returnCode: return_code, contextInfo: context_info

@eval_thread.kill_running_threads if return_code == NSAlertFirstButtonReturn # kill the running code if asked
end
method_signature "alertDidEnd:returnCode:contextInfo:", "v@:@i^v" # MacRuby needs it not to crash

def windowShouldClose win
return true if command_line and not @eval_thread.children_threads_running?
Expand Down

0 comments on commit 8452a7b

Please sign in to comment.