Skip to content
  • dearblue's avatar
    f85906b6
    Remove `patch_irep()` in `mruby-eval` · f85906b6
    dearblue authored
    - It can now deal with operands in the range of `OP_EXT*`.
    - It can now call the same method as the variable name without arguments.
    
      ```ruby
      def a
        "Safe!"
      end
    
      a = "Auto!"
    
      eval "a()" # call method `a`
      ```
    f85906b6
    Remove `patch_irep()` in `mruby-eval`
    dearblue authored
    - It can now deal with operands in the range of `OP_EXT*`.
    - It can now call the same method as the variable name without arguments.
    
      ```ruby
      def a
        "Safe!"
      end
    
      a = "Auto!"
    
      eval "a()" # call method `a`
      ```
Loading