Method: Test#call_hello_world

Defined in:
lib/test_rofl.rb

#call_hello_worldObject



8
9
10
11
12
# File 'lib/test_rofl.rb', line 8

def call_hello_world
  other_method
  hello_world
  other_method
end