We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fc1f6 commit 39a1b33Copy full SHA for 39a1b33
src/lib/ruby-generator/index.js
@@ -23,6 +23,7 @@ import Text2SpeechBlocks from './text2speech.js';
23
import TranslateBlocks from './translate.js';
24
import MakeyMakeyBlocks from './makeymakey.js';
25
import MicrobitBlocks from './microbit.js';
26
+import BoostBlocks from './boost.js';
27
28
const SCALAR_TYPE = '';
29
const LIST_TYPE = 'list';
@@ -448,5 +449,6 @@ Text2SpeechBlocks(RubyGenerator);
448
449
TranslateBlocks(RubyGenerator);
450
MakeyMakeyBlocks(RubyGenerator);
451
MicrobitBlocks(RubyGenerator);
452
+BoostBlocks(RubyGenerator);
453
454
export default RubyGenerator;
0 commit comments