Skip to content

Instantly share code, notes, and snippets.

@ksol
Created October 13, 2015 14:13
Show Gist options
  • Select an option

  • Save ksol/52ea262a39e5e6cf072a to your computer and use it in GitHub Desktop.

Select an option

Save ksol/52ea262a39e5e6cf072a to your computer and use it in GitHub Desktop.
class Test
desc "lala"
def method1
end
desc "yoyo"
def method4
end
desc "stuff"
def method2
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment