diff --git a/lib/squib/graphics/text_cmd.rb b/lib/squib/graphics/text_cmd.rb new file mode 100644 index 0000000..2b5e9ed --- /dev/null +++ b/lib/squib/graphics/text_cmd.rb @@ -0,0 +1,7 @@ +module Squib + + class TextCmd + def initialize(range, str, ) + end + +end \ No newline at end of file