Skip to content

Commit

Permalink
Merge pull request #10 from bcardiff/crystal/v0.24.0
Browse files Browse the repository at this point in the history
Update to crystal 0.24
  • Loading branch information
mosop authored Jun 7, 2018
2 parents 43c22a7 + 34b7282 commit 4f5f5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.6.10
authors:
- mosop

crystal: 0.23.1
crystal: 0.24.0

dependencies:
optarg:
Expand Down
4 changes: 1 addition & 3 deletions src/lib/ios/pipe.cr
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
module Cli::Ios
class Pipe
class Pipe < IO
# :nodoc:
class Closed < Exception
def initialize(io)
super "Piped #{io} already closed."
end
end

include IO

@reader : IO::FileDescriptor?
@writer : IO::FileDescriptor?
@read_blocking : Bool
Expand Down

0 comments on commit 4f5f5e3

Please sign in to comment.