Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created August 24, 2018 17:47
Show Gist options
  • Save joegaudet/445df1c2d21ff9b385d69e47bb1ae50b to your computer and use it in GitHub Desktop.
Save joegaudet/445df1c2d21ff9b385d69e47bb1ae50b to your computer and use it in GitHub Desktop.
class ObjectWithState
attr_accessor :foo
def call(bar)
self.foo = bar
bar
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment