Skip to content

Commit 39a1b33

Browse files
committed
BOOSTを追加
1 parent a8fc1f6 commit 39a1b33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/ruby-generator/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import Text2SpeechBlocks from './text2speech.js';
2323
import TranslateBlocks from './translate.js';
2424
import MakeyMakeyBlocks from './makeymakey.js';
2525
import MicrobitBlocks from './microbit.js';
26+
import BoostBlocks from './boost.js';
2627

2728
const SCALAR_TYPE = '';
2829
const LIST_TYPE = 'list';
@@ -448,5 +449,6 @@ Text2SpeechBlocks(RubyGenerator);
448449
TranslateBlocks(RubyGenerator);
449450
MakeyMakeyBlocks(RubyGenerator);
450451
MicrobitBlocks(RubyGenerator);
452+
BoostBlocks(RubyGenerator);
451453

452454
export default RubyGenerator;

0 commit comments

Comments
 (0)