module Counterstring

Constants

VERSION

Public Class Methods

new(*args) click to toggle source
# File lib/counterstring.rb, line 4
def self.new(*args)
  String.new(*args)
end