Skip to content

Instantly share code, notes, and snippets.

@jackprophesy
Created December 10, 2009 20:11
Show Gist options
  • Save jackprophesy/253628 to your computer and use it in GitHub Desktop.
Save jackprophesy/253628 to your computer and use it in GitHub Desktop.
def placeholder(requiredarg, options = {})
# set default options
o = { :class => 'placeholder', :tag => 'p' }.merge(options)
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment