gem_liux 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gem_liux/version.rb +1 -1
- data/lib/gem_liux.rb +7 -1
- metadata +3 -3
data/lib/gem_liux/version.rb
CHANGED
data/lib/gem_liux.rb
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
require "gem_liux/version"
|
2
2
|
|
3
3
|
module GemLiux
|
4
|
-
|
4
|
+
class init
|
5
|
+
def get_scss()
|
6
|
+
File.expand_path(File.join(File.dirname(__FILE__), '..', "..", "scss"))
|
7
|
+
end
|
8
|
+
end
|
5
9
|
end
|
10
|
+
|
11
|
+
GemLiux::init.get_scss()
|
metadata
CHANGED