No commit activity in last 3 years
No release in over 3 years
vkill'gems public methods
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

 Project Readme

#VkillGemsMethods

VkillGemsMethods is my'gems public methods.

##Supported versions

  • Ruby 1.8.7, 1.9.2, 1.9.3

  • Rails 3.0.x, 3.1.x

##Usage Example

Use in rails generators

class MyGenerator < Rails::Generators::Base
  source_root File.expand_path('../templates', __FILE__)
  include VkillGemsMethods::Rails::Generators::Base
  ActiveRecord::Base.send :include, VkillGemsMethods::ActiveRecord::Base #can use ActiveRecord::Base.models
  def create_file_test
    say_info "test say_info method, method from VkillGemsMethods::Rails::Generators::Base"
    ActiveRecord::Base.models do |model|
    end
  end
end

Use in bin output

STDOUT.puts VkillGemsMethods::STD::Display.new(
              :header => :error, :text => 123, :color => :red, :rjust_integer => 10
            ).output

##Copyright

Copyright (c) 2011 vkill.net .