Skip to content

Commit

Permalink
Merge pull request #2 from mikz/feat_refac_ask
Browse files Browse the repository at this point in the history
Unify file headers
  • Loading branch information
abinoam committed Jun 15, 2015
2 parents a1004a9 + a71aae0 commit c2280bd
Show file tree
Hide file tree
Showing 27 changed files with 20 additions and 22 deletions.
1 change: 0 additions & 1 deletion lib/highline.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# highline.rb
Expand Down
1 change: 0 additions & 1 deletion lib/highline/color_scheme.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# color_scheme.rb
Expand Down
1 change: 0 additions & 1 deletion lib/highline/compatibility.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

unless STDIN.respond_to? :getbyte
Expand Down
1 change: 0 additions & 1 deletion lib/highline/import.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# import.rb
Expand Down
2 changes: 2 additions & 0 deletions lib/highline/list.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

class HighLine
class List
attr_reader :items, :cols
Expand Down
2 changes: 2 additions & 0 deletions lib/highline/list_renderer.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

require 'highline/template_renderer'
require 'highline/wrapper'
require 'highline/list'
Expand Down
1 change: 0 additions & 1 deletion lib/highline/menu.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# menu.rb
Expand Down
1 change: 0 additions & 1 deletion lib/highline/paginator.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

class HighLine
Expand Down
1 change: 0 additions & 1 deletion lib/highline/question.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# question.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/highline/question/answer_converter.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
# coding: utf-8

require 'forwardable'

Expand Down
1 change: 0 additions & 1 deletion lib/highline/simulate.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# simulate.rb
Expand Down
1 change: 0 additions & 1 deletion lib/highline/statement.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

require 'highline/wrapper'
Expand Down
1 change: 0 additions & 1 deletion lib/highline/string_extensions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# Extensions for class String
Expand Down
1 change: 0 additions & 1 deletion lib/highline/style.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# color_scheme.rb
Expand Down
1 change: 0 additions & 1 deletion lib/highline/template_renderer.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

require 'forwardable'
Expand Down
1 change: 0 additions & 1 deletion lib/highline/terminal.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

# terminal.rb
Expand Down
3 changes: 1 addition & 2 deletions lib/highline/terminal/jruby.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
#coding: utf-8
# coding: utf-8

class HighLine
module SystemExtensions
Expand Down
2 changes: 2 additions & 0 deletions lib/highline/terminal/jruby_jline.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

class HighLine
module SystemExtensions
module JRubyJLine
Expand Down
2 changes: 2 additions & 0 deletions lib/highline/terminal/ncurses.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

class HighLine
module SystemExtensions
module NCurses
Expand Down
2 changes: 2 additions & 0 deletions lib/highline/terminal/stty.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

class HighLine
module SystemExtensions
module Stty
Expand Down
2 changes: 2 additions & 0 deletions lib/highline/terminal/unix_stty.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

class HighLine
class Terminal::UnixStty < Terminal

Expand Down
2 changes: 2 additions & 0 deletions lib/highline/terminal/unix_termios.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

class HighLine
module SystemExtensions
module UnixTermios
Expand Down
3 changes: 1 addition & 2 deletions lib/highline/terminal/windows.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
#coding: utf-8
# coding: utf-8

class HighLine
module SystemExtensions
Expand Down
2 changes: 2 additions & 0 deletions lib/highline/terminal/windows_dl_import.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# coding: utf-8

class HighLine
module SystemExtensions
module WindowsDlImport
Expand Down
3 changes: 1 addition & 2 deletions lib/highline/terminal/windows_fiddle.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
#coding: utf-8
# coding: utf-8

class HighLine
module SystemExtensions
Expand Down
1 change: 0 additions & 1 deletion lib/highline/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

class HighLine
Expand Down
1 change: 0 additions & 1 deletion lib/highline/wrapper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# coding: utf-8

class HighLine
Expand Down

0 comments on commit c2280bd

Please sign in to comment.