module RubyOnAsteroids
I’m the root module of the gem. I provide useful methods to enable enhancements
Constants
- VERSION
Public Class Methods
enhance_strings()
click to toggle source
Apply patches to the String class to enhance it by adding new methods
# File lib/ruby_on_asteroids.rb, line 10 def enhance_strings require "ruby_on_asteroids/core_ext/string/accessing" String.include RubyOnAsteroids::CoreExt::String::Accessing end
Private Instance Methods
enhance_strings()
click to toggle source
Apply patches to the String class to enhance it by adding new methods
# File lib/ruby_on_asteroids.rb, line 10 def enhance_strings require "ruby_on_asteroids/core_ext/string/accessing" String.include RubyOnAsteroids::CoreExt::String::Accessing end