Skip to content

Instantly share code, notes, and snippets.

@thecog19
Last active November 6, 2016 23:09
class SampleClass
def sample_method
puts "this method is not called"
end
def sample_method
puts "this method is called"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment