Rename Block to RubyBlock at Ruby level

The parser presents the whole call that defines the block as a block. And so does the Ruby layer, as we don't want to do processing in ast.
Just making it clearer, also Vool:: block will have to be renamed
This commit is contained in:
2019-08-19 10:31:11 +03:00
parent 4f3d117e40
commit 02807cf6f9
5 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@ require_relative "helper"
module RubyX
class TestObjecCompile < MiniTest::Test
class TestObjectCompile < MiniTest::Test
include ParfaitHelper
def source
load_parfait(:object)