Method: Ps_ef#initialize
- Defined in:
- lib/Unix/Ps_ef.rb
#initialize(string = '') ⇒ Ps_ef
Returns a new instance of Ps_ef.
12 13 14 15 16 |
# File 'lib/Unix/Ps_ef.rb', line 12 def initialize(string = '') @table = {} decode(string) unless string.empty? end |