Skip to content

Instantly share code, notes, and snippets.

@mattn
Created July 27, 2016 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattn/20fc7992fbe9055c90232d26a5cf59b4 to your computer and use it in GitHub Desktop.
Save mattn/20fc7992fbe9055c90232d26a5cf59b4 to your computer and use it in GitHub Desktop.
--- xmpfilter.rb.orig 2016-07-27 19:22:01.020181600 +0900
+++ xmpfilter.rb 2016-07-27 19:22:06.871851700 +0900
@@ -29,7 +29,8 @@
:use_parentheses => true}
def windows?
- /win|mingw/ =~ RUBY_PLATFORM && /darwin/ !~ RUBY_PLATFORM
+ #/win|mingw/ =~ RUBY_PLATFORM && /darwin/ !~ RUBY_PLATFORM
+ false
end
Interpreter = Struct.new(:options, :execute_method, :accept_debug, :accept_include_paths, :chdir_proc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment