回答編集履歴
2
リンク修正
    
        answer	
    CHANGED
    
    | 
         @@ -6,6 +6,6 @@ 
     | 
|
| 
       6 
6 
     | 
    
         
             
            #=> "hoge"
         
     | 
| 
       7 
7 
     | 
    
         
             
            ```
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
            https://docs.ruby-lang.org/ja/latest/method/Kernel/m/load.html
         
     | 
| 
      
 9 
     | 
    
         
            +
            [module function Kernel.#load](https://docs.ruby-lang.org/ja/latest/method/Kernel/m/load.html)
         
     | 
| 
       10 
10 
     | 
    
         | 
| 
       11 
11 
     | 
    
         
             
            Kernel.#load の戻り値は true or 例外 です。
         
     | 
1
追記
    
        answer	
    CHANGED
    
    | 
         @@ -4,4 +4,8 @@ 
     | 
|
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            puts a
         
     | 
| 
       6 
6 
     | 
    
         
             
            #=> "hoge"
         
     | 
| 
       7 
     | 
    
         
            -
            ```
         
     | 
| 
      
 7 
     | 
    
         
            +
            ```
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            https://docs.ruby-lang.org/ja/latest/method/Kernel/m/load.html
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            Kernel.#load の戻り値は true or 例外 です。
         
     |