lib/arli/actions/action.rb in arli-1.2.1 vs lib/arli/actions/action.rb in arli-1.3.0
- old
+ new
@@ -11,12 +11,15 @@
attr_assignable :check_command, :check_pattern, :description
extend Forwardable
def_delegators :@library,
:exists?,
- :path, :temp_path,
- :dir, :temp_dir,
- :libraries_home
+ :path,
+ :temp_path,
+ :dir,
+ :temp_dir,
+ :libraries_home,
+ :folder
class << self
def inherited(base)
::Arli::Actions.actions[base.short_name] = base
end