lib/knj/fs/drivers/filesystem.rb in knjrbfw-0.0.8 vs lib/knj/fs/drivers/filesystem.rb in knjrbfw-0.0.9
- old
+ new
@@ -1,14 +1,14 @@
class Knj::Fs::Filesystem
- def self.args
- return [
- {
- "title" => "Path",
- "name" => "texpath"
- }
- ]
- end
-
- def initialize(args)
- @args = args
- end
+ def self.args
+ return [
+ {
+ "title" => "Path",
+ "name" => "texpath"
+ }
+ ]
+ end
+
+ def initialize(args)
+ @args = args
+ end
end
\ No newline at end of file