sig/atome.rbs in atome-0.5.3.8.8 vs sig/atome.rbs in atome-0.5.4.0.9
- old
+ new
@@ -1,8 +1,16 @@
module Atome
VERSION: String
# See the writing guide of rbs: https://github.com/ruby/rbs#guides
+ def *: -> untyped
+
+ def +: -> untyped
+
+ def -: -> untyped
+
+ def /: -> untyped
+
def add: -> untyped
def add_to_array: -> untyped
def add_to_hash: -> untyped
@@ -23,28 +31,36 @@
def build_render: -> untyped
def build_sanitizer: -> untyped
+ def calculate_sha: -> untyped
+
def circle: -> untyped
def detach_atome: -> untyped
def each_with_index: -> untyped
def format_matrix: -> untyped
+ def geolocation: -> untyped
+
def get_column: -> untyped
def get_column_or_row: -> untyped
def get_row: -> untyped
def matrix: -> untyped
+ def ping: -> untyped
+
def set: -> untyped
def sort_callback: -> untyped
+
+ def up?: -> untyped
def visuals: -> untyped
private