Class: Jamesrampton

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

Class Method Summary collapse

Class Method Details

.doitObject

Print James’s website

Example:

>> Jamesrampton.doit
=> http://www.jamesrampton.com


8
9
10
11
# File 'lib/jamesrampton.rb', line 8

def self.doit
  msg = "http://www.jamesrampton.com"
  msg
end