Created
October 31, 2012 09:12
-
-
Save slashmili/3985996 to your computer and use it in GitHub Desktop.
pack your dependencies onto your script file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module FatPacker | |
end | |
=begin | |
doctest: FatPacker | |
>> FatPacker.xyz | |
=> '' | |
=end | |
__END__ | |
@@ TEST_FILE1 | |
require 'json' | |
@@ TEST_FILE2 | |
require 'xyx' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment