Last lot of shebangs removed

bug/bundler_fix
OJ 2013-11-07 07:35:51 +10:00
parent 6422e1d6e8
commit 1dacf7e57e
4 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
module Rex
@ -21,7 +20,7 @@ class Clipboard
end
# Get the target clipboard data in whichever format we can
# (if it's supported.
# (if it's supported).
def get_data(download = false)
results = []

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
require 'rex/post/meterpreter/extensions/extapi/tlv'

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
module Rex

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# -*- coding: binary -*-
module Rex