summaryrefslogtreecommitdiff
path: root/lib/soap
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soap')
-rw-r--r--lib/soap/marshal.rb2
-rw-r--r--lib/soap/streamHandler.rb2
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/soap/marshal.rb b/lib/soap/marshal.rb
index 1dc4e13558..f45f80a0de 100644
--- a/lib/soap/marshal.rb
+++ b/lib/soap/marshal.rb
@@ -36,7 +36,7 @@ module Marshal
Time,
::SOAP::SOAPDateTime,
::SOAP::Mapping::Registry::DateTimeFactory
-)
+ )
class << self
public
diff --git a/lib/soap/streamHandler.rb b/lib/soap/streamHandler.rb
index c0ca3955f7..a9068b368d 100644
--- a/lib/soap/streamHandler.rb
+++ b/lib/soap/streamHandler.rb
@@ -37,8 +37,6 @@ class StreamHandler
end
RUBY_VERSION_STRING = "ruby #{ RUBY_VERSION } (#{ RUBY_RELEASE_DATE }) [#{ RUBY_PLATFORM }]"
- %q$Id$ =~ /: (\S+),v (\S+)/
- RCS_FILE, RCS_REVISION = $1, $2
class ConnectionData
attr_accessor :send_string