Skip to content

Commit

Permalink
Session.create_window should work without any custom options
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Aug 18, 2010
1 parent 6717f4c commit 7644282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tmux/session.rb
Expand Up @@ -35,7 +35,7 @@ def self.options(session)
#
# @tmux new-window
# @return [Window] The newly created {Window window}
def create_window(args)
def create_window(args = {})
args = {
:kill_existing => false,
:make_active => true,
Expand Down

0 comments on commit 7644282

Please sign in to comment.