Skip to content

Instantly share code, notes, and snippets.

@mischa
Created December 9, 2008 07:51
Show Gist options
  • Select an option

  • Save mischa/33834 to your computer and use it in GitHub Desktop.

Select an option

Save mischa/33834 to your computer and use it in GitHub Desktop.
>> m = Momoro.new
=> #<Momoro id: nil, name: nil, food: nil, created_at: nil, updated_at: nil>
>> m.food = "basil"
=> "basil"
>> m.food.basil?
method name = basil?
method_name.to_s[-1,1] = ?
self = basil
method_name.to_s[0..-2] = basil
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment