以下のコードの実行結果はどうなりますか? ```ruby def sample_method "Hello" "World" end puts sample_method ```