lib/ssh.rb in forj-0.0.26 vs lib/ssh.rb in forj-0.0.27
- old
+ new
@@ -11,6 +11,15 @@
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
-# limitations under the License.
+# limitations under the License.
+
+#
+# ssh module
+#
+module Ssh
+ def connect
+ puts 'ssh'
+ end
+end
\ No newline at end of file