Method: Command::CommandSet#get_subject
- Defined in:
- lib/command-set/command-set.rb
#get_subject ⇒ Object
269 270 271 272 273 274 |
# File 'lib/command-set/command-set.rb', line 269 def get_subject subject = Subject.new add_requirements(subject) add_defaults(subject) return subject end |