Class: HelloWorldBundler::OnePlusOne
- Inherits:
-
Object
- Object
- HelloWorldBundler::OnePlusOne
- Defined in:
- lib/hello_world_bundler/one_plus_one.rb
Class Method Summary collapse
Class Method Details
.execute ⇒ Object
2 3 4 |
# File 'lib/hello_world_bundler/one_plus_one.rb', line 2 def self.execute return 2 end |