Method: Gct::Command::Config::Set#validate!
- Defined in:
- lib/gct/command/config/set.rb
#validate! ⇒ Object
22 23 24 25 26 |
# File 'lib/gct/command/config/set.rb', line 22 def validate! super help! '请输入key.' unless @key help! '请输入value.' unless @value end |