在开始之前先复习一下其最简单的继承。
class A #定义父类
def a
p 'A a method'
end
end
class B
执行结果:
amp;quot;B a method startamp;quot;
amp;quot;A a methodamp;quot;
amp;quot;B a me ...……
喜欢用sublime的程序员们可以参考这儿来进行配置:
https://github.com/mhartl/rails_tutorial_sublime_text
搬运时间:2012年11月2日
Rails Tutorial Sublime Text setup
These are the steps needed to set up Su ...……
我的系统是centos 7.5,已离线安装ruby-2.3.0,openssl-1.0.2l,rubygems-2.7.4 如下图:
但是在 gem sources -a http://gems.ruby-china.org/ 时报错 Unable to require openssl, install OpenSSL and re ...……