Methods
- O
- S
Class Public methods
strip(src)
Link
Source: show
# File sample/ripper/strip-comment.rb, line 6 def CommentStripper.strip(src) new(src).parse(nil) end
Instance Public methods