module GunTest
Constants
- VERSION
Public Class Methods
gallery(gun, &block)
click to toggle source
# File lib/gun_test.rb, line 6 def self.gallery(gun, &block) Gun.new(gun).instance_eval(&block) end
# File lib/gun_test.rb, line 6 def self.gallery(gun, &block) Gun.new(gun).instance_eval(&block) end