Pass through user_input/user_output

git-svn-id: file:///home/svn/framework3/trunk@8622 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2010-02-24 21:10:32 +00:00
parent 7d99a33b20
commit 1133f8f05c
1 changed files with 8 additions and 0 deletions

View File

@ -142,6 +142,14 @@ module Payload::Generic
redirect_to_actual(:stage_prefix=, *args)
end
def user_input=(*args)
redirect_to_actual(:user_input=, *args)
end
def user_output=(*args)
redirect_to_actual(:user_output=, *args)
end
#
# First, find the underlying payload and then pass all methods onto it.
#