alxndr/lyriki

View on GitHub
lib/custom_string_methods.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CustomStringMethods

  def url_encode
    CGI.escape self
  end

end