Method: Roby::Application#robots
- Defined in:
- lib/roby/app.rb
#robots ⇒ App::RobotNames
The robot names configuration
929 930 931 932 933 934 935 936 |
# File 'lib/roby/app.rb', line 929 def robots if !@robots robots = App::RobotNames.new(['robots'] || Hash.new) robots.strict = !!['robots'] @robots = robots end @robots end |