Class: Simplon::SimplonMain
- Inherits:
-
Object
- Object
- Simplon::SimplonMain
- Defined in:
- lib/simplon.rb
Overview
Your code goes here…
Instance Method Summary collapse
-
#initialize ⇒ SimplonMain
constructor
A new instance of SimplonMain.
Constructor Details
#initialize ⇒ SimplonMain
Returns a new instance of SimplonMain.
8 9 10 |
# File 'lib/simplon.rb', line 8 def initialize puts "Simplon les codeurs" end |