From 2c26d9e2130bb5751205963cb8ff8ca459226f0f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 Jan 2011 18:50:09 -0200 Subject: Moving parser to keyringer module; actions should be in a submodule --- bin/keyringer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/keyringer') diff --git a/bin/keyringer b/bin/keyringer index 5b3a51c..c643369 100755 --- a/bin/keyringer +++ b/bin/keyringer @@ -22,10 +22,10 @@ $:.unshift File.dirname(__FILE__) + '/../lib' require 'keyringer' -require 'parser' begin - action = Keyringer.const_get($action.capitalize) + Keyringer::Parser.new + action = Keyringer::Actions.const_get($action.capitalize) if action.is_a?(Class) instance = action.new -- cgit v1.2.3