method

component_root_dir

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: AppTask
component_root_dir(gem_name) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/api/task.rb, line 153
      def component_root_dir(gem_name)
        $:.grep(%{#{gem_name}[\w.-]*/lib\z}).first[0..-5]
      end
Register or log in to add new notes.