Method: Watchmaker::Configuration#defined
- Defined in:
- lib/watchmaker/configuration.rb
#defined(name) ⇒ Object Also known as: learned
:nodoc:
52 53 54 |
# File 'lib/watchmaker/configuration.rb', line 52 def defined(name) # :nodoc: @profiles[name] end |