mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
003e0fb330
mruby-print is the duplicate of part of mruby-io. You need it only when limited I/O functionality required.
7 lines
201 B
Ruby
7 lines
201 B
Ruby
MRuby::Gem::Specification.new('mruby-print') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.author = 'mruby developers'
|
|
spec.summary = 'minimal print/puts'
|
|
# mruby-io provides full I/O functionality
|
|
end
|