Skip to content

Commit

Permalink
Add ActgClass and Location objects (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chebotarev authored and ataber committed May 16, 2017
1 parent c9ed4d3 commit cdeff3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rubill/actg_class.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Rubill
class ActgClass; end
end
3 changes: 3 additions & 0 deletions lib/rubill/location.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Rubill
class Location; end
end

0 comments on commit cdeff3b

Please sign in to comment.