comment_strip.r
Comment Strip for Ruby
Introduction
T.B.C.
Table of Contents
Installation
Install directly:
$ gem install comment_strip-ruby
or add it to your Gemfile:
gem 'comment_strip-ruby'
Components
T.B.C.
Examples
It is as simple as the following:
require 'comment_strip'
stripped = CommentStrip.strip($stdin.read, :C)
puts "Stripped form of input:\n#{stripped}"
Project Information
Where to get help
Contribution guidelines
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/comment_strip.r.
Related projects
T.B.C.
License
comment_strip.r is released under the 3-clause BSD license. See LICENSE for details.