Class: OrmDev::Command::Support

Inherits:
OrmDev::Command show all
Defined in:
lib/ormdev/command/support.rb

Instance Method Summary collapse

Instance Method Details

#runObject



11
12
13
14
# File 'lib/ormdev/command/support.rb', line 11

def run
  super
  puts OrmDev::SUPPORT_INFO
end