global
def needs_body?
-
(Boolean)
- true if there's no body yet, and the method is in the
def needs_body? !body && Env::MethodsWithBodies.include?(method) end
(Boolean)
- true if there's no body yet, and the method is in the
def needs_body? !body && Env::MethodsWithBodies.include?(method) end