Class: HelloWorldBundler::OnePlusOne

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

Class Method Summary collapse

Class Method Details

.executeObject



2
3
4
# File 'lib/hello_world_bundler/one_plus_one.rb', line 2

def self.execute
  return 2
end