method

configure_sdoc

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: RepoTask
configure_sdoc() 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 176
      def configure_sdoc
        super
        options << "-g" # link to GitHub, SDoc flag
      end
Register or log in to add new notes.