Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/huffshell.rb

Overview

ruby 1.8.6

Instance Method Summary collapse

Instance Method Details

#greenObject



7
8
9
# File 'lib/huffshell.rb', line 7

def green
  self
end

#initialObject



3
4
5
# File 'lib/huffshell.rb', line 3

def initial
  self[0,1]
end