aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/account.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-10-19 23:18:23 -0400
committerWilmer van der Gaast <wilmer@gaast.net>2011-10-19 23:18:23 -0400
commit4c225f062d3f7c9474890692caffb34768fb7b15 (patch)
treecf3b6fa87263c5d1d4aa069189d8299da316e9ce /protocols/account.h
parent32bea82d26872395634862204f551644233454ae (diff)
Drop the on-disk IPC socket by default. Nothing uses it. If one really wants
it, it can be restored using the --ipcsocket= configure option.
Diffstat (limited to 'protocols/account.h')
0 files changed, 0 insertions, 0 deletions
value='hotfix/0.19.0.8'>hotfix/0.19.0.8 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rspec-rails/spec/resources/helpers/more_explicit_helper.rb
blob: 7468741b2cf38f7aa2e1cc6711c09eef73076664 (plain)
1
2
3
4
5
module MoreExplicitHelper
  def method_in_more_explicit_helper
    "<div>This is text from a method in the MoreExplicitHelper</div>"
  end
end