12 lines
174 B
Ruby
12 lines
174 B
Ruby
|
require "vendor-all-the-javascripts/version"
|
||
|
|
||
|
module Vendor
|
||
|
module All
|
||
|
module The
|
||
|
module Javascripts
|
||
|
# Your code goes here...
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|