Sha256: f8dd445946823888b0b3cb8e3a7766be899ba7153c7c5f1ff1499778966d614d

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

require 'erb'
require 'thor'
require 'rexml/document'
require 'core_data'

require 'fwtoolkit/version'
require 'fwtoolkit/test/frank_model'

module FWToolkit
  def self.root
    File.expand_path '../..', __FILE__
  end
end

class String  
  def ruby_format 
    self.gsub(/(.)([A-Z])/,'\1_\2').downcase
  end  
  def ruby_format!  
    replace ruby_format  
  end  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fwtoolkit-0.0.6 lib/fwtoolkit.rb