From 72104faa5891a7d2a6b598c5a5db036a2b06b74a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 Jul 2005 08:25:04 +0000 Subject: Tuned documentation for release (AWS) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1727 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/lib/action_web_service/casting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice/lib/action_web_service/casting.rb') diff --git a/actionwebservice/lib/action_web_service/casting.rb b/actionwebservice/lib/action_web_service/casting.rb index c76dd84581..9ce8192d49 100644 --- a/actionwebservice/lib/action_web_service/casting.rb +++ b/actionwebservice/lib/action_web_service/casting.rb @@ -7,7 +7,7 @@ module ActionWebService # :nodoc: end # Performs casting of arbitrary values into the correct types for the signature - class BaseCaster + class BaseCaster # :nodoc: def initialize(api_method) @api_method = api_method end -- cgit v1.2.3