Real developers ship http://c2.com/cgi/wiki?RealArtistsShip
这界面与程序媛不配呀,必须得换 Mac 呀
签到
有中文的话很成问题呀。。。ERROR Encoding::CompatibilityError: incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string)
太难了啊,一个人既想在北京又想在广州还想在上海。。。。
最不爽 tmux 的是查看日志很不方便,一定是我配置的方式不对。。。
一般不通知的话,基本没戏了
同一楼问。。
我这么调用的:
class Module
private
# Generate a string of code to define attr reader methods.
def readonly(*syms)
return if syms.size == 0
code = ""
syms.each do |s|
code << "def #{s}; @#{s}; end\n"
end
# Create instance methods.
class_eval code
end
end
A = Module.new
class C
include A
readonly :x
def x=(val)
@x = val
end
end
c = C.new
puts c.x='hello_ruby'
puts c.x
以为楼主是酒精中毒
同学,是 rails 不是 rail。现在的铁路可都是双轨的
你用 pry 设置一个断点看看内容是什么呗
“为什么投资人喜欢 Rails”这话有什么依据么?
风雨无阻!!!
@Teddy aws 怎么申请啊,非要信用卡信息么?
播放器都 crash,mplayerx 等阵亡
brew 有问题啊,什么都编译不了了。。。是要 Xcode 5.0 么?
没发现什么特别的
nice work
楼主是在 Mac 下折腾的么?
nice work
#4 楼 @small_fish__ 不要说英文了,你中文的错别字都有啊