Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Shell is a class, not a module
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 9, 2011
1 parent 5a84693 commit 2e50e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/ssh/shell/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'net/ssh/version'

module Net; module SSH; module Shell
module Net; module SSH; class Shell
# A trivial class for representing the version of this library.
class Version < Net::SSH::Version
# The major component of the library's version
Expand Down

0 comments on commit 2e50e98

Please sign in to comment.