Class: Xss

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

Class Method Summary collapse

Class Method Details

.hashObject



2
3
4
5
6
# File 'lib/xss.rb', line 2

def self.hash
  myHash=Hash.new()
  myHash[:x000001]="Hexa"
  puts myHash[:x000001]
end

.hiObject



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

def self.hi
  puts "Hello world!"
end

.versionObject



10
11
12
# File 'lib/xss.rb', line 10

def self.version
  puts "0.1.3"
end