Class: EasyBlog
- Inherits:
-
Object
- Object
- EasyBlog
- Defined in:
- lib/easy_blog.rb
Instance Method Summary collapse
-
#initialize ⇒ EasyBlog
constructor
A new instance of EasyBlog.
Constructor Details
#initialize ⇒ EasyBlog
Returns a new instance of EasyBlog.
2 3 4 |
# File 'lib/easy_blog.rb', line 2 def initialize() puts "Hello World. First commit" end |