Skip to content

Instantly share code, notes, and snippets.

@ludyna
Created March 29, 2018 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludyna/2376f64050ff49136279a20a145e40b8 to your computer and use it in GitHub Desktop.
Save ludyna/2376f64050ff49136279a20a145e40b8 to your computer and use it in GitHub Desktop.
sadlfjdslkf
class Some
end
obj = Some.new
class << obj
def hello
puts 'hello'
end
end
obj.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment