Module: RubyEx
- Defined in:
- lib/ruby_ex.rb,
lib/ruby_ex/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.1.0"- SOURCE_CODE_URI =
'https://github.com/Orgensthe/exe'
Class Method Summary collapse
Class Method Details
.greet(name) ⇒ Object
6 7 8 |
# File 'lib/ruby_ex.rb', line 6 def self.greet(name) put "Hello, #{name}! I'm Ruby" end |