muby 0.7.9 → 0.7.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ require 'ncurses'
4
4
  module Muby
5
5
 
6
6
 
7
- VERSION = "0.7.9" unless defined?(Muby::VERSION)
7
+ VERSION = "0.7.10" unless defined?(Muby::VERSION)
8
8
 
9
9
  #
10
10
  # The class that encapsulates all configuration.
@@ -98,6 +98,10 @@ ENDTEXT
98
98
  end
99
99
  end
100
100
 
101
+ def connected?
102
+ !!@connection
103
+ end
104
+
101
105
  #
102
106
  # Connect to a host
103
107
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.9
4
+ version: 0.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Kihlgren, Sy Ali