Skip to content

Commit

Permalink
delete emacs mode lines [ci skip]
Browse files Browse the repository at this point in the history
These settings are now covered by .dir-locals.el.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Dec 27, 2018
1 parent 070a4aa commit bc64df8
Show file tree
Hide file tree
Showing 56 changed files with 52 additions and 78 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- YAML -*-
# Copyright (C) 2011 Urabe, Shyouhei. All rights reserved.
#
# This file is a part of the programming language Ruby. Permission is hereby
Expand Down Expand Up @@ -404,12 +405,3 @@ notifications:

email:
- [email protected]

# Local Variables:
# mode: YAML
# coding: utf-8-unix
# indent-tabs-mode: nil
# tab-width: 4
# fill-column: 79
# default-justification: full
# End:
2 changes: 1 addition & 1 deletion benchmark/so_ackermann.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
# -*- mode: ruby -*-
# -*- Ruby -*-
# $Id: ackermann-ruby.code,v 1.4 2004/11/13 07:40:41 bfulgham Exp $
# http://www.bagley.org/~doug/shootout/

Expand Down
2 changes: 1 addition & 1 deletion benchmark/so_array.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
# -*- mode: ruby -*-
# -*- Ruby -*-
# $Id: ary-ruby.code,v 1.4 2004/11/13 07:41:27 bfulgham Exp $
# http://www.bagley.org/~doug/shootout/
# with help from Paul Brannan and Mark Hubbart
Expand Down
2 changes: 1 addition & 1 deletion benchmark/so_concatenate.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
# -*- mode: ruby -*-
# -*- Ruby -*-
# $Id: strcat-ruby.code,v 1.4 2004/11/13 07:43:28 bfulgham Exp $
# http://www.bagley.org/~doug/shootout/
# based on code from Aristarkh A Zagorodnikov and Dat Nguyen
Expand Down
1 change: 0 additions & 1 deletion benchmark/so_count_words.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
prelude: |
#!/usr/bin/ruby
# -*- mode: ruby -*-
wc_input_base = <<EOS
Subject: Re: Who was Izchak Miller?
Expand Down
2 changes: 1 addition & 1 deletion benchmark/so_exception.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
# -*- mode: ruby -*-
# -*- Ruby -*-
# $Id: except-ruby.code,v 1.4 2004/11/13 07:41:33 bfulgham Exp $
# http://www.bagley.org/~doug/shootout/

Expand Down
2 changes: 1 addition & 1 deletion benchmark/so_matrix.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
# -*- mode: ruby -*-
# -*- Ruby -*-
# $Id: matrix-ruby.code,v 1.4 2004/11/13 07:42:14 bfulgham Exp $
# http://www.bagley.org/~doug/shootout/

Expand Down
2 changes: 1 addition & 1 deletion benchmark/so_nested_loop.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
# -*- mode: ruby -*-
# -*- Ruby -*-
# $Id: nestedloop-ruby.code,v 1.4 2004/11/13 07:42:22 bfulgham Exp $
# http://www.bagley.org/~doug/shootout/
# from Avi Bryant
Expand Down
2 changes: 1 addition & 1 deletion benchmark/so_object.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
# -*- mode: ruby -*-
# -*- Ruby -*-
# $Id: objinst-ruby.code,v 1.4 2004/11/13 07:42:25 bfulgham Exp $
# http://www.bagley.org/~doug/shootout/
# with help from Aristarkh Zagorodnikov
Expand Down
2 changes: 1 addition & 1 deletion bootstraptest/runner.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"exec" "${RUBY-ruby}" "-x" "$0" "$@" || true # -*- mode: ruby; coding: utf-8 -*-
"exec" "${RUBY-ruby}" "-x" "$0" "$@" || true # -*- Ruby -*-
#!./ruby
# $Id$

Expand Down
6 changes: 0 additions & 6 deletions complex.c
Original file line number Diff line number Diff line change
Expand Up @@ -2295,9 +2295,3 @@ Init_Complex(void)

rb_provide("complex.so"); /* for backward compatibility */
}

/*
Local variables:
c-file-style: "ruby"
End:
*/
2 changes: 1 addition & 1 deletion insns.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8 -*-
/* -*- C -*-
insns.def - YARV instruction definitions
$Author: $
Expand Down
5 changes: 0 additions & 5 deletions lib/monitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,3 @@ class Monitor
# directly in the RDoc output.
# - in short, it may be worth changing the code layout in this file to make the
# documentation easier

# Local variables:
# mode: Ruby
# tab-width: 8
# End:
6 changes: 0 additions & 6 deletions rational.c
Original file line number Diff line number Diff line change
Expand Up @@ -2799,9 +2799,3 @@ Init_Rational(void)

rb_provide("rational.so"); /* for backward compatibility */
}

/*
Local variables:
c-file-style: "ruby"
End:
*/
2 changes: 1 addition & 1 deletion tool/ruby_vm/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/helpers/c_escape.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/helpers/dumper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/helpers/scanner.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/loaders/insns_def.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/loaders/opt_insn_unif_def.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/loaders/opt_operand_def.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/loaders/vm_opts_h.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/models/attribute.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/models/bare_instructions.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/models/c_expr.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/models/instructions.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/models/instructions_unifications.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/models/operands_unifications.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/models/trace_instructions.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/models/typemap.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/scripts/insns2vm.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /your/favourite/path/to/ruby
# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*-
# -*- Ruby -*-
# -*- frozen_string_literal: true; -*-
# -*- warn_indent: true; -*-
#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_attributes.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_c_expr.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_copyright.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode: c; style: ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%;
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_insn_entry.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_insn_len_info.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_insn_name_info.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_insn_operand_info.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_insn_stack_increase.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_insn_type_chars.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_leaf_helpers.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2018 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_mjit_compile_insn.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
% # -*- C -*-
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
% #
% # This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_mjit_compile_insn_body.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
% # -*- C -*-
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
% #
% # This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_mjit_compile_ivar.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
% # -*- C -*-
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
% #
% # This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_mjit_compile_send.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
% # -*- C -*-
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
% #
% # This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_notice.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode: c; style: ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%;
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_sp_inc_helpers.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2018 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/_trace_instruction.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
%# -*- C -*-
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
%# This file is a part of the programming language Ruby. Permission is hereby
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/insns.inc.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
/* -*- C -*- */

%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/insns_info.inc.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
/* -*- C -*- */

%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/mjit_compile.inc.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
/* -*- C -*- */

% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
% #
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/opt_sc.inc.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
/* -*- C -*- */

%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/optinsn.inc.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
/* -*- C -*- */

%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/optunifs.inc.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
/* -*- C -*- */

%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/vm.inc.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
/* -*- C -*- */

%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
Expand Down
2 changes: 1 addition & 1 deletion tool/ruby_vm/views/vmtc.inc.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
/* -*- C -*- */

%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
%#
Expand Down

0 comments on commit bc64df8

Please sign in to comment.