class OrmDev::Command::Support

Public Instance Methods

run() click to toggle source
Calls superclass method OrmDev::Command#run
# File lib/ormdev/command/support.rb, line 11
def run
  super
  puts OrmDev::SUPPORT_INFO
end