提交 cfb38319 编写于 作者: S Santiago Pastorino 提交者: José Valim

Makes more sense to ask about method_defined?

Signed-off-by: NJosé Valim <jose.valim@gmail.com>
上级 9b19a6f1
......@@ -30,7 +30,7 @@ def ord
def getbyte(index)
self[index]
end if RUBY_VERSION < '1.9'
end unless method_defined?(:getbyte)
# Form can be either :utc (default) or :local.
def to_time(form = :utc)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册