diff options
Diffstat (limited to 'lib/rdoc/markup/to_bs.rb')
-rw-r--r-- | lib/rdoc/markup/to_bs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/markup/to_bs.rb b/lib/rdoc/markup/to_bs.rb index 931edd81ea..32b1bbb9eb 100644 --- a/lib/rdoc/markup/to_bs.rb +++ b/lib/rdoc/markup/to_bs.rb @@ -11,7 +11,7 @@ class RDoc::Markup::ToBs < RDoc::Markup::ToRdoc ## # Returns a new ToBs that is ready for hot backspace action! - def initialize + def initialize markup = nil super @in_b = false |